Changeset 8212692 for examples/Makefile.am
- Timestamp:
- Jan 9, 2010, 3:49:40 PM (15 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:
- 066433d
- Parents:
- 4c01c0f (diff), f650860 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
r4c01c0f r8212692 11 11 12 12 noinst_PROGRAMS = \ 13 aubiopitch 13 14 aubioquiet 14 15 … … 20 21 aubionotes_SOURCES = aubionotes.c $(COMMON_SOURCE_FILES) 21 22 aubiotrack_SOURCES = aubiotrack.c $(COMMON_SOURCE_FILES) 23 aubiopitch_SOURCES = aubiopitch.c $(COMMON_SOURCE_FILES) 22 24 aubioquiet_SOURCES = aubioquiet.c $(COMMON_SOURCE_FILES) 23 25 aubiomfcc_SOURCES = aubiomfcc.c $(COMMON_SOURCE_FILES) … … 26 28 aubionotes_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@ 27 29 aubiotrack_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@ 30 aubiopitch_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@ 28 31 aubioquiet_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@ 29 32 aubiomfcc_LDADD = @SNDFILE_LIBS@ @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.