Changeset 740f06b for python/aubio/Makefile.am
- Timestamp:
- Oct 17, 2009, 12:43:00 AM (15 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:
- 858cfa7
- Parents:
- 6107f4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r6107f4c r740f06b 45 45 -Wno-strict-aliasing 46 46 47 AM_CFLAGS = @AUBIO_CFLAGS@ $(NOWARN_CFLAGS) $(SWCFLAGS) \ 48 -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/ext \ 47 AM_CFLAGS = @AUBIO_CFLAGS@ @SNDFILE_CFLAGS@ \ 48 $(NOWARN_CFLAGS) $(SWCFLAGS) \ 49 -I$(top_builddir)/src -I$(top_srcdir)/src \ 50 -I$(top_srcdir)/examples \ 49 51 -I/usr/include/python${PYTHON_VERSION} \ 50 52 -I${prefix}/include/python${PYTHON_VERSION} \ … … 53 55 54 56 AUBIO_LDFLAGS = $(SWLDFLAGS) \ 55 -L$(top_builddir)/ext -laubioext\57 @SNDFILE_LIBS@ \ 56 58 -L$(top_builddir)/src -laubio 57 59 … … 59 61 60 62 _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) 61 _aubiowrapper_la_SOURCES = aubio_wrap.c 63 _aubiowrapper_la_SOURCES = aubio_wrap.c $(top_srcdir)/examples/sndfileio.c 62 64 63 65 aubio_wrap.c aubiowrapper.py:
Note: See TracChangeset
for help on using the changeset viewer.