summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <jan.schmidt@sun.com>2009-01-30 18:04:11 +0000
committerJan Schmidt <jan.schmidt@sun.com>2009-01-30 18:04:11 +0000
commitfd75e08f45b801f989eccad281d4f2dde1134d84 (patch)
treefd87447f0f8452ceacf24872abb0f19ec949bfdd /tests
parent31b2b89cfe97acdf00f9bf10d1234f83f0a8e9a0 (diff)
Fix up some compile flags
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
-rw-r--r--tests/icles/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 5b398a83..4b66ee05 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -156,7 +156,7 @@ elements_sunaudio_LDADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
$(LDADD)
-elements_videocrop_LDADD = $(LDADD) $(GST_BASE_LIBS)
+elements_videocrop_LDADD = $(GST_BASE_LIBS) $(LDADD)
elements_videocrop_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
# FIXME: configure should check for gdk-pixbuf not gtk
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 3cacdd1e..850522a4 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -12,8 +12,8 @@ if USE_GST_V4L2
V4L2_TESTS = v4l2src-test
v4l2src_test_SOURCES = v4l2src-test.c
-v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
-v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
+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