From 07a086d53f358e378e4096e44481c4b28660a545 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 29 Oct 2009 16:42:34 -0700 Subject: [PATCH] tests: Use GST_PLUGINS_BASE_{CFLAGS,LIBS} for camerabin tests. --- tests/check/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 8c9b902bd4..d2273bc997 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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 -- 2.34.1