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