From 1159638102e1669bbf0e5f81fb89069b032a2410 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Wed, 30 Jan 2008 12:56:51 +0000 Subject: Add documentation. Fix test app compilation. Fix pull mode. Original commit message from CVS: Add documentation. Fix test app compilation. Fix pull mode. --- tests/icles/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/icles/Makefile.am') diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 79d20316..be1649b3 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -22,7 +22,8 @@ metadata_editor_SOURCES = metadata_editor.c 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) + $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) \ + $(GLADE_LIBS) -Wl -export-dynamic metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS) else GST_METADATA_TESTS = -- cgit v1.2.1