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.
This commit is contained in:
parent
ee5bc19281
commit
745e0bcf1a
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
Patch by: Wouter Cloetens <wouter at mind dot be>
|
Patch by: Wouter Cloetens <wouter at mind dot be>
|
||||||
|
@ -23,8 +23,8 @@ metadata_editor_CFLAGS = \
|
|||||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GLADE_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GLADE_CFLAGS)
|
||||||
metadata_editor_LDADD = \
|
metadata_editor_LDADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) \
|
||||||
$(GLADE_LIBS) -Wl -export-dynamic
|
$(GLADE_LIBS)
|
||||||
metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-export-dynamic
|
||||||
else
|
else
|
||||||
GST_METADATA_TESTS =
|
GST_METADATA_TESTS =
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user