Ignore:
Timestamp:
Jun 3, 2006, 9:55:57 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:
16109b3
Parents:
78e1c18
Message:

use top_{build,src}dir instead of ../
use top_{build,src}dir instead of ../

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r78e1c18 r6ff2870  
    4949
    5050AM_CFLAGS = $(SWCFLAGS) -fPIC -DPIC \
    51         -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \
     51        -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/ext \
    5252        -I/usr/include/python${PYTHON_VERSION} \
    5353        -I${prefix}/include/python${PYTHON_VERSION} \
     
    5555        -I${prefix}/include
    5656
    57 AM_LDFLAGS = $(SWLDFLAGS) -L../../ext/.libs -laubioext -L../../src/.libs -laubio
     57AM_LDFLAGS = $(SWLDFLAGS) \
     58        -L$(top_builddir)/ext/.libs -laubioext \
     59        -L$(top_builddir)/src/.libs -laubio
    5860
    5961aubio_wrap.c:
    60         $(SWIG) -outdir . -o aubio_wrap.c -python $(srcdir)/../../swig/aubio.i
     62        $(SWIG) -outdir . -o aubio_wrap.c -python $(top_srcdir)/swig/aubio.i
    6163
    6264_aubiowrapper.so: aubio_wrap.c
Note: See TracChangeset for help on using the changeset viewer.