- Timestamp:
- May 15, 2008, 8:16:40 PM (17 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:
- 9bfecce3
- Parents:
- 18f3162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/Makefile.am
r18f3162 r954585a 3 3 lib_LTLIBRARIES = libaubiocpp.la 4 4 libaubiocpp_la_SOURCES = aubiocpp.cpp 5 AM_C FLAGS = -I$(top_srcdir)/src @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@5 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ 6 6 libaubiocpp_la_LIBADD = -laubio -L${top_builddir}/src @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ 7 7 libaubiocpp_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracChangeset
for help on using the changeset viewer.