added srcdir
authorPaul Brossier <piem@altern.org>
Tue, 9 Aug 2005 00:47:11 +0000 (00:47 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 9 Aug 2005 00:47:11 +0000 (00:47 +0000)
doc/Makefile.am
ext/Makefile.am
plugins/puredata/Makefile.am
sounds/Makefile.am

index 6b59e60..aba1f8e 100644 (file)
@@ -22,7 +22,7 @@ doc-user:
 
 doc-examples: 
        doxygen examples.cfg
-       
+
 %.sgml: 
 
 %.1:   %.sgml
index 6832b0a..fce1cdf 100644 (file)
@@ -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
index a533bce..5e593f7 100644 (file)
@@ -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)
+
index 86df334..dd027d8 100644 (file)
@@ -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"
+