[Goodies-commits] r7523 - in xfce4-notes-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Wed Jun 10 10:43:58 CEST 2009


Author: mmassonnet
Date: 2009-06-10 08:43:58 +0000 (Wed, 10 Jun 2009)
New Revision: 7523

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
Log:
Minor automake script review

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2009-06-10 07:07:32 UTC (rev 7522)
+++ xfce4-notes-plugin/trunk/ChangeLog	2009-06-10 08:43:58 UTC (rev 7523)
@@ -1,5 +1,9 @@
 2009-06-09  Mike Massonnet <mmassonnet at xfce.org>
 
+Minor automake script review
+
+2009-06-09  Mike Massonnet <mmassonnet at xfce.org>
+
 Add Native Language Support back in
 
 2009-06-09  Mike Massonnet <mmassonnet at xfce.org>

Modified: xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2009-06-10 07:07:32 UTC (rev 7522)
+++ xfce4-notes-plugin/trunk/panel-plugin/Makefile.am	2009-06-10 08:43:58 UTC (rev 7523)
@@ -17,7 +17,6 @@
 	@GTK_CFLAGS@
 
 xfce4_popup_notes_LDADD =						\
-	@LIBX11_LDFLAGS@						\
 	@LIBX11_LIBS@							\
 	@GTK_LIBS@
 
@@ -71,7 +70,7 @@
 	color.h								\
 	popup.c								\
 	popup.h								\
-xfce4_notes_plugin_SOURCES += $(vala_built_SOURCES)
+	$(vala_built_SOURCES)
 
 xfce4_notes_plugin_CFLAGS =						\
 	@LIBXFCE4PANEL_CFLAGS@						\




More information about the Goodies-commits mailing list