[Goodies-commits] r2552 - xfce4-cellmodem-plugin/trunk/panel-plugin

Nick Schermer nick at xfce.org
Wed Mar 14 19:34:30 CET 2007


Author: nick
Date: 2007-03-14 18:34:30 +0000 (Wed, 14 Mar 2007)
New Revision: 2552

Modified:
   xfce4-cellmodem-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix LDFALGS -> LDADD

Modified: xfce4-cellmodem-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-cellmodem-plugin/trunk/panel-plugin/Makefile.am	2007-03-14 10:38:06 UTC (rev 2551)
+++ xfce4-cellmodem-plugin/trunk/panel-plugin/Makefile.am	2007-03-14 18:34:30 UTC (rev 2552)
@@ -5,7 +5,7 @@
         -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_cellmodem_plugin_LDFLAGS = \
+xfce4_cellmodem_plugin_LDADD = \
 	@LIBXFCE4PANEL_LIBS@ 
 
 xfce4_cellmodem_plugin_SOURCES = \




More information about the Goodies-commits mailing list