From 735c4c4e77bbe24e29e40b58b1a15cf556568624 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 Aug 2005 03:06:47 +0000 Subject: [PATCH] completed fix for srcdir --- plugins/puredata/Makefile.am | 2 +- python/aubio/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index 5e593f70..23ebc2f1 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -18,7 +18,7 @@ aubioonset__pd_linux_SOURCES = \ pdincludedir = $(pddir)/src -LIBTOOL=$(SHELL) ./libtoolkludge +LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge INCLUDES = -I$(top_srcdir) -I$(pdincludedir) diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index 466a1e3c..5fe9c213 100644 --- a/python/aubio/Makefile.am +++ b/python/aubio/Makefile.am @@ -10,7 +10,7 @@ all: _aubiowrapper.so # removed -Wall -Wmissing-prototypes -Wmissing-declarations CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ -Wno-unknown-pragmas $(SWCFLAGS) \ - -I$(srcdir)/../../src -I$(srcdir)/../../ext \ + -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \ -I/usr/include/python${PYTHON_VERSION} \ -I${prefix}/include/python${PYTHON_VERSION} \ -I/usr/include \ @@ -19,7 +19,7 @@ CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ LDFLAGS = $(SWLDFLAGS) -L../../ext/.libs -laubioext -L../../src/.libs -laubio aubio_wrap.c: - $(SWIG) -outdir . -o aubio_wrap.c -python ../../swig/aubio.i + $(SWIG) -outdir . -o aubio_wrap.c -python $(srcdir)/../../swig/aubio.i _aubiowrapper.so: aubio_wrap.c $(CC) $(CFLAGS) -c aubio_wrap.c -- 2.11.0