Changeset cdebe31


Ignore:
Timestamp:
Aug 9, 2005, 2:33:24 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:
dba3b1a
Parents:
c0063da
Message:

added srcdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    rc0063da rcdebe31  
    11pkgpython_PYTHON = __init__.py onsetcompare.py\
    22        gnuplot.py median.py txtfile.py aubioclass.py
    3        
     3
    44nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
    55
     
    1111CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
    1212        -Wno-unknown-pragmas $(SWCFLAGS) \
    13         -I../../src -I../../ext \
     13        -I$(srcdir)/../../src -I$(srcdir)/../../ext \
    1414        -I/usr/include/python${PYTHON_VERSION} \
    1515        -I${prefix}/include/python${PYTHON_VERSION} \
     
    2525        $(CC) $(CFLAGS) -c aubio_wrap.c
    2626        $(CC) $(LDFLAGS) aubio_wrap.o -o _aubiowrapper.so
     27
Note: See TracChangeset for help on using the changeset viewer.