Changes in examples/Makefile.am [17db1cd:e2337ba]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
r17db1cd re2337ba 11 11 aubioonset \ 12 12 aubiotrack \ 13 aubionotes 13 aubionotes \ 14 aubiomfcc 14 15 15 16 noinst_PROGRAMS = \ … … 23 24 aubiotrack_SOURCES = aubiotrack.c utils.c 24 25 aubioquiet_SOURCES = aubioquiet.c utils.c 26 aubiomfcc_SOURCES = aubiomfcc.c utils.c 25 27 26 28 aubioonset_LDADD = @JACK_LIBS@ … … 28 30 aubiotrack_LDADD = @JACK_LIBS@ 29 31 aubioquiet_LDADD = @JACK_LIBS@ 32 aubiomfcc_LDADD = @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.