[Goodies-commits] r2890 - in xfce4-time-out-plugin/trunk: . panel-plugin

Nick Schermer nick at xfce.org
Fri Jul 6 21:46:24 CEST 2007


Author: nick
Date: 2007-07-06 19:46:24 +0000 (Fri, 06 Jul 2007)
New Revision: 2890

Modified:
   xfce4-time-out-plugin/trunk/ChangeLog
   xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am
Log:
	* panel-plugin/Makefile.am: Change LDFLAGS to LDADD to fix
	  compilation with as-needed.

Modified: xfce4-time-out-plugin/trunk/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/ChangeLog	2007-07-04 21:45:44 UTC (rev 2889)
+++ xfce4-time-out-plugin/trunk/ChangeLog	2007-07-06 19:46:24 UTC (rev 2890)
@@ -1,3 +1,8 @@
+2007-07-06	Nick Schermer <nick at xfce.org>
+
+	* panel-plugin/Makefile.am: Change LDFLAGS to LDADD to fix
+	  compilation with as-needed.
+
 2007-05-29	Jannis Pohlmann <jannis at xfce.org>
 
 	* panel-plugin/time-out.c: Save settings when the 'Enabled'

Modified: xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am	2007-07-04 21:45:44 UTC (rev 2889)
+++ xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am	2007-07-06 19:46:24 UTC (rev 2890)
@@ -30,7 +30,7 @@
 	$(LIBXFCE4PANEL_CFLAGS)						\
 	$(PLATFORM_CFLAGS)
 
-xfce4_time_out_plugin_LDFLAGS =						\
+xfce4_time_out_plugin_LDADD =						\
 	$(LIBXFCE4UTIL_LIBS)						\
 	$(LIBXFCEGUI4_LIBS)						\
 	$(LIBXFCE4PANEL_LIBS)




More information about the Goodies-commits mailing list