signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Tue, 17 Nov 2009 15:31:09 +0000 (16:31 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 18 Nov 2009 07:05:55 +0000 (08:05 +0100)
This makes sure that the headers from the source tree are taken and not
accidentially installed system headers in the case of builddir!=srcdir.

Fixes bug #602161.

ext/ladspa/Makefile.am
ext/lv2/Makefile.am

index 3eefa5bff0584f2c51961a232cb618a5b13eec4b..9f0f86a4b3226fa61362542d5118874056d48e35 100644 (file)
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la
 
 libgstladspa_la_SOURCES = gstladspa.c
 libgstladspa_la_CFLAGS = \
-       -I$(top_builddir)/gst-libs \
+       -I$(top_srcdir)/gst-libs \
        $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(LRDF_CFLAGS)
 libgstladspa_la_LIBADD = \
index 0dbd92f17c171dca48a6156c66321b9e06960ee4..08a5c08ddd0a29f61e0af0ff8809abd92d8a6d89 100644 (file)
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstlv2.la
 
 libgstlv2_la_SOURCES = gstlv2.c
 libgstlv2_la_CFLAGS = \
-       -I$(top_builddir)/gst-libs \
+       -I$(top_srcdir)/gst-libs \
        $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(SLV2_CFLAGS)
 libgstlv2_la_LIBADD = \