summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-06-22 23:49:03 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-22 23:49:03 +0300
commit74f065ee755838ab8fd34b76840e0660a13b5ff8 (patch)
treee2e871699b9309fb3e269642ed6fd377b7d5c38b
parentea184d72f532e4178221d7aa8881481f7f76798d (diff)
downloadgst-plugins-bad-74f065ee755838ab8fd34b76840e0660a13b5ff8.tar.gz
gst-plugins-bad-74f065ee755838ab8fd34b76840e0660a13b5ff8.tar.bz2
gst-plugins-bad-74f065ee755838ab8fd34b76840e0660a13b5ff8.zip
camerabin: add local include dir to CFLAGS
-rw-r--r--gst/camerabin/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am
index d5085da9..e3fdfae0 100644
--- a/gst/camerabin/Makefile.am
+++ b/gst/camerabin/Makefile.am
@@ -23,7 +23,9 @@ libgstcamerabin_la_SOURCES = gstcamerabin.c \
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
libgstcamerabin_la_CFLAGS = \
- $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
+ -I$(top_builddir)/gst-libs \
+ $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
+ -DGST_USE_UNSTABLE_API
libgstcamerabin_la_LIBADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la \
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \