summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-30 13:38:58 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-30 13:38:58 +0000
commit745e0bcf1a08d71645a55e02f0d522ea047d6860 (patch)
treeeadb60bba12710484438667f2a7a74993a9e86b0 /tests
parentee5bc192818d2a6b9660e5ced8a44e97bbb81fa6 (diff)
downloadgst-plugins-bad-745e0bcf1a08d71645a55e02f0d522ea047d6860.tar.gz
gst-plugins-bad-745e0bcf1a08d71645a55e02f0d522ea047d6860.tar.bz2
gst-plugins-bad-745e0bcf1a08d71645a55e02f0d522ea047d6860.zip
tests/icles/Makefile.am: Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
Original commit message from CVS: * tests/icles/Makefile.am: Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
Diffstat (limited to 'tests')
-rw-r--r--tests/icles/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index be1649b3..dcf4f29b 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -23,8 +23,8 @@ metadata_editor_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GLADE_CFLAGS)
metadata_editor_LDADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) \
- $(GLADE_LIBS) -Wl -export-dynamic
-metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+ $(GLADE_LIBS)
+metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-export-dynamic
else
GST_METADATA_TESTS =
endif