tests: Use GST_PLUGINS_BASE_{CFLAGS,LIBS} for camerabin tests.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 29 Oct 2009 23:42:34 +0000 (16:42 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 29 Oct 2009 23:42:34 +0000 (16:42 -0700)
tests/check/Makefile.am

index 8c9b902..d2273bc 100644 (file)
@@ -131,11 +131,13 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
 
 elements_camerabin_CFLAGS = \
         -I$(top_builddir)/gst-libs \
-        $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CHECK_CFLAGS) \
+        $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
+        $(GST_CHECK_CFLAGS) \
         -DGST_USE_UNSTABLE_API
 elements_camerabin_LDADD = \
         $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
-        $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CHECK_LIBS) \
+        $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+        $(GST_CHECK_LIBS) \
          -lgstinterfaces-@GST_MAJORMINOR@
 elements_camerabin_SOURCES = elements/camerabin.c