From dba3b1ace5cebfb9714e8f32f13d056040a6db77 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 Aug 2005 00:47:11 +0000 Subject: [PATCH] added srcdir --- doc/Makefile.am | 2 +- ext/Makefile.am | 2 ++ plugins/puredata/Makefile.am | 3 ++- sounds/Makefile.am | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6b59e60b..aba1f8e4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,7 @@ doc-user: doc-examples: doxygen examples.cfg - + %.sgml: %.1: %.sgml diff --git a/ext/Makefile.am b/ext/Makefile.am index 6832b0ac..fce1cdf6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,3 +40,5 @@ libaubioext_la_SOURCES = aubioext.h \ AM_CFLAGS = @SNDLIB_CFLAGS@ @JACK_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ @ALSA_CFLAGS@ @LADCCA_CFLAGS@ libaubioext_la_LIBADD = @SNDLIB_LIBS@ @JACK_LIBS@ @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @ALSA_LIBS@ @LADCCA_LIBS@ @LTLIBOBJS@ + +INCLUDES = -I$(srcdir)/../src diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index a533bce6..5e593f70 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -22,7 +22,7 @@ LIBTOOL=$(SHELL) ./libtoolkludge INCLUDES = -I$(top_srcdir) -I$(pdincludedir) -AM_CFLAGS = -I../../src \ +AM_CFLAGS = -I$(srcdir)/../../src \ -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch @@ -38,3 +38,4 @@ pdinstall_DATA = \ noinst_SCRIPTS = libtoolkludge EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) + diff --git a/sounds/Makefile.am b/sounds/Makefile.am index 86df334f..dd027d82 100644 --- a/sounds/Makefile.am +++ b/sounds/Makefile.am @@ -3,8 +3,9 @@ SUBDIRS = install-data-local: $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio/" - $(INSTALL_DATA) woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio" + $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio" uninstall-local: rm -rf "$(DESTDIR)$(datadir)/sounds/aubio" + -- 2.26.2