source: ext/Makefile.am @ 705aec8

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 705aec8 was 705aec8, checked in by Paul Brossier <piem@piem.org>, 15 years ago

ext/midi: remove all midi stuff borrowed from fluidsynth, now unused

  • Property mode set to 100644
File size: 489 bytes
Line 
1pkginclude_HEADERS = \
2        aubioext.h \
3        jackio.h \
4        sndfileio.h
5
6lib_LTLIBRARIES = libaubioext.la
7libaubioext_la_SOURCES = aubioext.h \
8        jackio.c \
9        jackio.h \
10        sndfileio.c \
11        sndfileio.h
12
13AM_CFLAGS = -I$(top_srcdir)/src @AUBIO_CFLAGS@ @SNDLIB_CFLAGS@ @JACK_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
14libaubioext_la_LIBADD = -laubio -L${top_builddir}/src @SNDLIB_LIBS@ @JACK_LIBS@ @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
15libaubioext_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.