From 997979c046b4cdb528308fdde8d09365e31b3cff Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 24 May 2010 19:21:32 -0300 Subject: camerabin: Fix test build Adds missing -bad cflags to camerabin tests. --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 309600677..58f205cf4 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -148,7 +148,7 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements_camerabin_CFLAGS = \ -I$(top_builddir)/gst-libs \ $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_CHECK_CFLAGS) \ + $(GST_PLUGINS_BAD_CFLAGS) $(GST_CHECK_CFLAGS) \ -DGST_USE_UNSTABLE_API elements_camerabin_LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \ -- cgit v1.2.3