Ignore:
Timestamp:
Oct 17, 2009, 12:43:00 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

ext/, examples/, swig/, python/, tests/: remove libaubioext, make libsamplerate optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r6107f4c r740f06b  
    4545        -Wno-strict-aliasing
    4646
    47 AM_CFLAGS = @AUBIO_CFLAGS@ $(NOWARN_CFLAGS) $(SWCFLAGS) \
    48         -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/ext \
     47AM_CFLAGS = @AUBIO_CFLAGS@ @SNDFILE_CFLAGS@ \
     48        $(NOWARN_CFLAGS) $(SWCFLAGS) \
     49        -I$(top_builddir)/src -I$(top_srcdir)/src \
     50        -I$(top_srcdir)/examples \
    4951        -I/usr/include/python${PYTHON_VERSION} \
    5052        -I${prefix}/include/python${PYTHON_VERSION} \
     
    5355
    5456AUBIO_LDFLAGS = $(SWLDFLAGS) \
    55         -L$(top_builddir)/ext -laubioext \
     57        @SNDFILE_LIBS@ \
    5658        -L$(top_builddir)/src -laubio
    5759
     
    5961
    6062_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
    6264
    6365aubio_wrap.c aubiowrapper.py:
Note: See TracChangeset for help on using the changeset viewer.