summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-03-08 19:29:20 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-03-08 19:29:20 +0000
commit2ca4b17892e92ca020b7a6f51ab29880aee6da17 (patch)
treec50c01f1b07bf05eb710d5d78767679a197f4208
parent0b55094b945ce00b77483a8464c4af2ad742168e (diff)
tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
Original commit message from CVS: * tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
-rw-r--r--ChangeLog5
-rw-r--r--tests/icles/Makefile.am7
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 53f25fc3..7c939859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
+
+ * tests/icles/Makefile.am:
+ Move the -lgstfoo where it belongs.
+
2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
* gst/matroska/ebml-ids.h:
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 9f5ddc9d..6478afb7 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -2,10 +2,9 @@ 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)
-
-v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstinterfaces-$(GST_MAJORMINOR)
+v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
+v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
+v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
else
V4L2_TESTS =