[Galago-commits] r2515 - in trunk/notification-daemon: . themes/bubble themes/standard

galago-commits at freedesktop.org galago-commits at freedesktop.org
Wed Feb 1 19:17:36 PST 2006


Author: chipx86
Date: 2006-02-01 19:17:32 -0800 (Wed, 01 Feb 2006)
New Revision: 2515

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/themes/bubble/Makefile.am
   trunk/notification-daemon/themes/standard/Makefile.am
Log:
Patch by Rodney Dawes to install the theme engines as unversioned libraries instead of versioned libraries.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-01-29 21:26:57 UTC (rev 2514)
+++ trunk/notification-daemon/ChangeLog	2006-02-02 03:17:32 UTC (rev 2515)
@@ -1,3 +1,10 @@
+Wed Feb 01 19:17:09 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* themes/bubble/Makefile.am:
+	* themes/standard/Makefile.am:
+	  - Patch by Rodney Dawes to install the theme engines as unversioned
+	    libraries instead of versioned libraries.
+
 Sun Jan 29 13:03:09 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/daemon.c:

Modified: trunk/notification-daemon/themes/bubble/Makefile.am
===================================================================
--- trunk/notification-daemon/themes/bubble/Makefile.am	2006-01-29 21:26:57 UTC (rev 2514)
+++ trunk/notification-daemon/themes/bubble/Makefile.am	2006-02-02 03:17:32 UTC (rev 2515)
@@ -9,5 +9,7 @@
 	eggnotificationbubblewidget.c \
 	theme.c
 
+libbubble_la_LDFLAGS = -module -avoid-version
+
 INCLUDES = \
 	$(NOTIFICATION_DAEMON_CFLAGS)

Modified: trunk/notification-daemon/themes/standard/Makefile.am
===================================================================
--- trunk/notification-daemon/themes/standard/Makefile.am	2006-01-29 21:26:57 UTC (rev 2514)
+++ trunk/notification-daemon/themes/standard/Makefile.am	2006-02-02 03:17:32 UTC (rev 2515)
@@ -7,6 +7,8 @@
 	bgbox.h \
 	theme.c
 
+libstandard_la_LDFLAGS = -module -avoid-version
+
 libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS)
 
 INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS)



More information about the galago-commits mailing list