[Goodies-commits] r2346 - xfce4-diskperf-plugin/trunk/panel-plugin

Nick Schermer nick at xfce.org
Fri Jan 12 18:03:02 CET 2007


Author: nick
Date: 2007-01-12 17:03:02 +0000 (Fri, 12 Jan 2007)
New Revision: 2346

Modified:
   xfce4-diskperf-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix compilation with as-needed

Modified: xfce4-diskperf-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-diskperf-plugin/trunk/panel-plugin/Makefile.am	2007-01-12 16:23:47 UTC (rev 2345)
+++ xfce4-diskperf-plugin/trunk/panel-plugin/Makefile.am	2007-01-12 17:03:02 UTC (rev 2346)
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_diskperf_plugin_LDFLAGS =					\
+xfce4_diskperf_plugin_LDADD=					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_diskperf_plugin_SOURCES =		\




More information about the Goodies-commits mailing list