Changeset 954585a


Ignore:
Timestamp:
May 15, 2008, 8:16:40 PM (16 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:
9bfecce3
Parents:
18f3162
Message:

cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/Makefile.am

    r18f3162 r954585a  
    33lib_LTLIBRARIES = libaubiocpp.la
    44libaubiocpp_la_SOURCES = aubiocpp.cpp
    5 AM_CFLAGS = -I$(top_srcdir)/src @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
     5AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
    66libaubiocpp_la_LIBADD  = -laubio -L${top_builddir}/src @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
    77libaubiocpp_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracChangeset for help on using the changeset viewer.