Changeset 6ff2870 for examples/tests/Makefile.am
- Timestamp:
- Jun 3, 2006, 9:55:57 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 16109b3
- Parents:
- 78e1c18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/Makefile.am
r78e1c18 r6ff2870 1 AM_CFLAGS = -I$(srcdir)/../../src -I$(srcdir)/../../ext @LADCCA_CFLAGS@ 2 AM_LDFLAGS = -L../../src -L../../ext @LADCCA_LIBS@ -laubioext -laubio 3 LDADD = @JACK_LIBS@ 1 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/ext @LADCCA_CFLAGS@ 2 AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @JACK_LIBS@ @LADCCA_LIBS@ 4 3 5 4 bin_PROGRAMS = \
Note: See TracChangeset
for help on using the changeset viewer.