diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-30 12:56:51 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-30 12:56:51 +0000 |
commit | 1159638102e1669bbf0e5f81fb89069b032a2410 (patch) | |
tree | 3ff42c1bae9a31b087f4db9d65881870624dfff9 /tests | |
parent | 7460bb6d910201c1b97db893e1d5a0186366717e (diff) | |
download | gst-plugins-bad-1159638102e1669bbf0e5f81fb89069b032a2410.tar.gz gst-plugins-bad-1159638102e1669bbf0e5f81fb89069b032a2410.tar.bz2 gst-plugins-bad-1159638102e1669bbf0e5f81fb89069b032a2410.zip |
Add documentation. Fix test app compilation. Fix pull mode.
Original commit message from CVS:
Add documentation. Fix test app compilation. Fix pull mode.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/icles/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 = |