tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
authorTim-Philipp Müller <tim@centricular.net>
Sat, 8 Mar 2008 19:29:20 +0000 (19:29 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 8 Mar 2008 19:29:20 +0000 (19:29 +0000)
Original commit message from CVS:
* tests/icles/Makefile.am:
Move the -lgstfoo where it belongs.

ChangeLog
tests/icles/Makefile.am

index 53f25fc..7c93985 100644 (file)
--- 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:
index 9f5ddc9..6478afb 100644 (file)
@@ -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 =