From be9ca4d5e1665bf30b2cf0a01d469a7bf676b2be Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 16 Jan 2010 11:41:20 +0100 Subject: examples: Fix build and signal connection for GtkBuilder stuff --- tests/icles/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/icles/Makefile.am') diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 4488de53a..39991b142 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -25,9 +25,9 @@ GST_METADATA_TESTS = metadata_editor metadata_editor_SOURCES = metadata_editor.c metadata_editor_CFLAGS = \ - $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) + $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) $(GMODULE_EXPORT_CFLAGS) metadata_editor_LDADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) $(GTK_LIBS) + $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) $(GTK_LIBS) $(GMODULE_EXPORT_LIBS) else GST_METADATA_TESTS = endif -- cgit v1.2.3