[Goodies-commits] r1983 - in notification-daemon-xfce/trunk: settings themes/bubble themes/standard

Nick Schermer nick at xfce.org
Wed Sep 6 21:39:50 CEST 2006


Author: nick
Date: 2006-09-06 19:39:50 +0000 (Wed, 06 Sep 2006)
New Revision: 1983

Modified:
   notification-daemon-xfce/trunk/settings/Makefile.am
   notification-daemon-xfce/trunk/themes/bubble/Makefile.am
   notification-daemon-xfce/trunk/themes/standard/Makefile.am
Log:
* Add no-undefined LDFLAG


Modified: notification-daemon-xfce/trunk/settings/Makefile.am
===================================================================
--- notification-daemon-xfce/trunk/settings/Makefile.am	2006-09-06 19:16:00 UTC (rev 1982)
+++ notification-daemon-xfce/trunk/settings/Makefile.am	2006-09-06 19:39:50 UTC (rev 1983)
@@ -57,6 +57,7 @@
 
 notification_settings_la_LDFLAGS =					\
 	-avoid-version							\
+	-no-undefined							\
 	-module
 
 notification_settings_la_LIBADD =					\

Modified: notification-daemon-xfce/trunk/themes/bubble/Makefile.am
===================================================================
--- notification-daemon-xfce/trunk/themes/bubble/Makefile.am	2006-09-06 19:16:00 UTC (rev 1982)
+++ notification-daemon-xfce/trunk/themes/bubble/Makefile.am	2006-09-06 19:39:50 UTC (rev 1983)
@@ -13,6 +13,7 @@
 	theme.c
 
 libbubble_la_LDFLAGS = 							\
+	-no-undefined							\
 	-module								\
 	-avoid-version
 

Modified: notification-daemon-xfce/trunk/themes/standard/Makefile.am
===================================================================
--- notification-daemon-xfce/trunk/themes/standard/Makefile.am	2006-09-06 19:16:00 UTC (rev 1982)
+++ notification-daemon-xfce/trunk/themes/standard/Makefile.am	2006-09-06 19:39:50 UTC (rev 1983)
@@ -9,6 +9,7 @@
 	theme.c
 
 libstandard_la_LDFLAGS = 						\
+	-no-undefined							\
 	-module								\
 	-avoid-version
 




More information about the Goodies-commits mailing list