summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-04-15 13:39:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-04-17 10:03:50 +0100
commit219058cc6f2fc15b84bd4e61199d571546cbd74a (patch)
treeb1ac6b4b20fd4b8d53159f3d3ec036349b7b9397
parent386169b9fecc6fb26513cd426a6d16b4154a6815 (diff)
tests: don't use GST_PLUGIN_LDFLAGS when building test binaries
-rw-r--r--tests/icles/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index f99b7b442..a0d57a0ee 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -3,7 +3,6 @@ GTK_TESTS = gdkpixbufsink-test
gdkpixbufsink_test_SOURCES = gdkpixbufsink-test.c
gdkpixbufsink_test_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
gdkpixbufsink_test_LDADD = $(GST_LIBS) $(GTK_LIBS)
-gdkpixbufsink_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
else
GTK_TESTS =
endif
@@ -14,7 +13,6 @@ V4L2_TESTS = v4l2src-test
v4l2src_test_SOURCES = v4l2src-test.c
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) $(GST_LIBS)
-v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
else
V4L2_TESTS =
@@ -33,17 +31,14 @@ endif
videocrop_test_SOURCES = videocrop-test.c
videocrop_test_CFLAGS = $(GST_CFLAGS)
videocrop_test_LDADD = $(GST_LIBS)
-videocrop_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
videobox_test_SOURCES = videobox-test.c
videobox_test_CFLAGS = $(GST_CFLAGS)
videobox_test_LDADD = $(GST_LIBS)
-videobox_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
videocrop2_test_SOURCES = videocrop2-test.c
videocrop2_test_CFLAGS = $(GST_CFLAGS)
videocrop2_test_LDADD = $(GST_LIBS)
-videocrop2_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_PROGRAMS = $(GTK_TESTS) $(V4L2_TESTS) $(X_TESTS) videocrop-test videobox-test videocrop2-test