Ignore:
Timestamp:
Sep 29, 2006, 4:15:56 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
5a405dd
Parents:
8a1f9a4
Message:

use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Makefile.am

    r8a1f9a4 r17db1cd  
    44
    55# global flags
    6 AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @LASH_CFLAGS@ @FFTWLIB_CFLAGS@
     6AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @AUBIO_CFLAGS@ @LASH_CFLAGS@ @FFTWLIB_CFLAGS@
    77AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @LASH_LIBS@
    8 #AM_SOURCES = utils.c
    98
    109# add your programs to this list
Note: See TracChangeset for help on using the changeset viewer.