source: interfaces/cpp/Makefile.am @ 7de4de0

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

moved cpp to interfaces/

  • Property mode set to 100644
File size: 374 bytes
Line 
1pkginclude_HEADERS = aubiocpp.h
2
3lib_LTLIBRARIES = libaubiocpp.la
4libaubiocpp_la_SOURCES = aubiocpp.cpp
5AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
6libaubiocpp_la_LIBADD  = -laubio -L${top_builddir}/src @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
7libaubiocpp_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.