Fix build for camerabin.
authorJulien Moutte <julien@fluendo.com>
Mon, 9 Feb 2009 14:48:20 +0000 (15:48 +0100)
committerJulien Moutte <julien@fluendo.com>
Mon, 9 Feb 2009 14:48:20 +0000 (15:48 +0100)
gst/camerabin/Makefile.am

index 8a5cc38..583b2c5 100644 (file)
@@ -27,11 +27,13 @@ nodist_libgstcamerabin_la_SOURCES = $(built_sources)
 
 # libcamerabin_la_HEADERS = gstcamerabin.h
 
-libgstcamerabin_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
+libgstcamerabin_la_CFLAGS = \
+       $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 
-libgstcamerabin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)      \
-                        -lgstinterfaces-$(GST_MAJORMINOR)    \
-                        $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la
+libgstcamerabin_la_LIBADD = \
+       $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+       -lgstinterfaces-$(GST_MAJORMINOR)    \
+       $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la
 
 libgstcamerabin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstcamerabin__la_LIBTOOLFLAGS = --tag=disable-static