[Goodies-commits] r2326 - in xfce4-genmon-plugin/trunk: . panel-plugin

Nick Schermer nick at xfce.org
Tue Jan 9 19:26:43 CET 2007


Author: nick
Date: 2007-01-09 18:26:43 +0000 (Tue, 09 Jan 2007)
New Revision: 2326

Modified:
   xfce4-genmon-plugin/trunk/ChangeLog
   xfce4-genmon-plugin/trunk/panel-plugin/Makefile.am
Log:
panel-plugin/Makefile.am: Fixed build problems with as-needed (Bug 2722)


Modified: xfce4-genmon-plugin/trunk/ChangeLog
===================================================================
--- xfce4-genmon-plugin/trunk/ChangeLog	2007-01-09 18:24:51 UTC (rev 2325)
+++ xfce4-genmon-plugin/trunk/ChangeLog	2007-01-09 18:26:43 UTC (rev 2326)
@@ -1,10 +1,13 @@
+2007-01-09 Nick Schermer
+	* Fixed build problems with as-needed (Bug 2722)
+
 2006-10-13 3.0 Julien Devemy
-    * Add French translation
-    * Add some patches
-    * Add some test to avoid buffer overflow
+	* Add French translation
+	* Add some patches
+	* Add some test to avoid buffer overflow
 
 2006-07-14 2.0 Julien Devemy
-    * New version managing XML tags for image, bar, tooltip and click
+	* New version managing XML tags for image, bar, tooltip and click
 
 2004-11-01 1.1 Roger Seguin
 	* Fixed bug related to memory dynamic allocation

Modified: xfce4-genmon-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-genmon-plugin/trunk/panel-plugin/Makefile.am	2007-01-09 18:24:51 UTC (rev 2325)
+++ xfce4-genmon-plugin/trunk/panel-plugin/Makefile.am	2007-01-09 18:26:43 UTC (rev 2326)
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_genmon_plugin_LDFLAGS =					\
+xfce4_genmon_plugin_LDADD =					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_genmon_plugin_SOURCES =	\




More information about the Goodies-commits mailing list