From 2ca4b17892e92ca020b7a6f51ab29880aee6da17 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 8 Mar 2008 19:29:20 +0000 Subject: 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. --- ChangeLog | 5 +++++ tests/icles/Makefile.am | 7 +++---- 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 + + * tests/icles/Makefile.am: + Move the -lgstfoo where it belongs. + 2008-03-08 Sebastian Dröge * 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 = -- cgit