summaryrefslogtreecommitdiff
path: root/ext/lv2
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2009-11-17 16:31:09 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-11-18 08:05:55 +0100
commitfac1f741c31f752f67dfc05012d0611808fdbef8 (patch)
tree86873cac27a683029423c86a7ddc5a2caf59889f /ext/lv2
parent6b45854967c45a1012613859cc432b4e276250eb (diff)
downloadgstreamer-plugins-bad-fac1f741c31f752f67dfc05012d0611808fdbef8.tar.gz
signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
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.
Diffstat (limited to 'ext/lv2')
-rw-r--r--ext/lv2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lv2/Makefile.am b/ext/lv2/Makefile.am
index 0dbd92f17..08a5c08dd 100644
--- a/ext/lv2/Makefile.am
+++ b/ext/lv2/Makefile.am
@@ -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 = \