[Goodies-commits] r2330 - xfce4-notes-plugin/trunk/panel-plugin

Mike Massonnet mmassonnet at xfce.org
Wed Jan 10 17:48:59 CET 2007


Author: mmassonnet
Date: 2007-01-10 16:48:59 +0000 (Wed, 10 Jan 2007)
New Revision: 2330

Modified:
   xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix bug #2732 (s/LDFLAGS/LDADD/)

Modified: xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2007-01-09 20:26:51 UTC (rev 2329)
+++ xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2007-01-10 16:48:59 UTC (rev 2330)
@@ -31,7 +31,7 @@
 	@LIBXFCE4UTIL_CFLAGS@										\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
-xfce4_notes_plugin_LDFLAGS =									\
+xfce4_notes_plugin_LDADD =										\
 	@LIBXFCE4PANEL_LIBS@										\
 	@LIBXFCEGUI4_LIBS@											\
 	@LIBXFCE4UTIL_LIBS@					




More information about the Goodies-commits mailing list