[gnome-control-center] common: Update linkage rules for static libs



commit 49e81242ca3cae081e8cda53dd095ae5b1e14068
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 18 19:06:38 2011 +0100

    common: Update linkage rules for static libs
    
    No point in limiting the exports symbols for a static library

 panels/common/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/panels/common/Makefile.am b/panels/common/Makefile.am
index 1d9b228..92b2f28 100644
--- a/panels/common/Makefile.am
+++ b/panels/common/Makefile.am
@@ -23,20 +23,18 @@ liblanguage_la_SOURCES =		\
 	cc-language-chooser.h
 
 liblanguage_la_LIBADD = 		\
-	$(PANEL_LIBS)			\
 	$(LIBLANGUAGE_LIBS)
 
-liblanguage_la_LDFLAGS = $(PANEL_LDFLAGS)
+liblanguage_la_LDFLAGS = -export_dynamic -avoid-version -module -no-undefined
 
 libshortcuts_la_SOURCES =		\
 	eggaccelerators.h		\
 	eggaccelerators.c
 
 libshortcuts_la_LIBADD =		\
-	$(PANEL_LIBS)			\
 	$(LIBSHORTCUTS_LIBS)
 
-libshortcuts_la_LDFLAGS = $(PANEL_LDFLAGS)
+libshortcuts_la_LDFLAGS = -export_dynamic -avoid-version -module -no-undefined
 
 list_languages_SOURCES = list-languages.c
 list_languages_LDADD = liblanguage.la



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]