ref: cdebe31d16792c56d32d0b6f25d8fa6276a75079
parent: c0063da6d5ded28f247c100d2b96709c5d7d86e8
author: Paul Brossier <piem@altern.org>
date: Mon Aug 8 20:33:24 EDT 2005
added srcdir
--- a/python/aubio/Makefile.am
+++ b/python/aubio/Makefile.am
@@ -1,6 +1,6 @@
pkgpython_PYTHON = __init__.py onsetcompare.py\
gnuplot.py median.py txtfile.py aubioclass.py
-
+
nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
CLEANFILES = *.pyc *.so *.o aubio_wrap.c aubiowrapper.py
@@ -10,7 +10,7 @@
# removed -Wall -Wmissing-prototypes -Wmissing-declarations
CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
-Wno-unknown-pragmas $(SWCFLAGS) \
- -I../../src -I../../ext \
+ -I$(srcdir)/../../src -I$(srcdir)/../../ext \
-I/usr/include/python${PYTHON_VERSION} \
-I${prefix}/include/python${PYTHON_VERSION} \
-I/usr/include \
@@ -24,3 +24,4 @@
_aubiowrapper.so: aubio_wrap.c
$(CC) $(CFLAGS) -c aubio_wrap.c
$(CC) $(LDFLAGS) aubio_wrap.o -o _aubiowrapper.so
+