[rygel] ui: Pass '-export-dynamic' flag to linker
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] ui: Pass '-export-dynamic' flag to linker
- Date: Fri, 5 Jun 2009 12:00:53 -0400 (EDT)
commit b2d72bc74839d911edfb5194e4abb04c6f1fed79
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]