diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/icles/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2008-01-30 Sebastian Dröge <slomo@circular-chaos.org> + * tests/icles/Makefile.am: + Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh. + +2008-01-30 Sebastian Dröge <slomo@circular-chaos.org> + Patch by: Wouter Cloetens <wouter at mind dot be> * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init): 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 |