Changeset 735c4c4


Ignore:
Timestamp:
Aug 9, 2005, 5:06:47 AM (19 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:
9169c51
Parents:
12bdd63
Message:

completed fix for srcdir

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r12bdd63 r735c4c4  
    1919pdincludedir = $(pddir)/src
    2020
    21 LIBTOOL=$(SHELL) ./libtoolkludge
     21LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge
    2222
    2323INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
  • python/aubio/Makefile.am

    r12bdd63 r735c4c4  
    1111CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
    1212        -Wno-unknown-pragmas $(SWCFLAGS) \
    13         -I$(srcdir)/../../src -I$(srcdir)/../../ext \
     13        -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \
    1414        -I/usr/include/python${PYTHON_VERSION} \
    1515        -I${prefix}/include/python${PYTHON_VERSION} \
     
    2020
    2121aubio_wrap.c:
    22         $(SWIG) -outdir . -o aubio_wrap.c -python ../../swig/aubio.i
     22        $(SWIG) -outdir . -o aubio_wrap.c -python $(srcdir)/../../swig/aubio.i
    2323
    2424_aubiowrapper.so: aubio_wrap.c
Note: See TracChangeset for help on using the changeset viewer.