[rygel/config] ui: Pass '-export-dynamic' flag to linker
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel/config] ui: Pass '-export-dynamic' flag to linker
- Date: Tue, 2 Jun 2009 17:21:05 -0400 (EDT)
commit ac02fbdf224f135934407ecf466a35ac157a7e97
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jun 2 17:30:22 2009 +0300
ui: Pass '-export-dynamic' flag to linker
This is to make automatic signal connection magic of GtkBuilder, work.
---
src/ui/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index ec8a302..bc07253 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -57,6 +57,7 @@ rygel_preferences_LDADD = $(LIBGUPNP_LIBS) \
$(GTK_LIBS) \
-L$(abs_top_builddir)/src/rygel \
-lrygel-configuration
+rygel_preferences_LDFLAGS = -export-dynamic
CLEANFILES = $(BUILT_SOURCES) rygel.stamp
MAINTAINERCLEANFILES = Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]