[Goodies-commits] r7095 - in xfce4-clipman-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Thu Apr 2 13:14:21 CEST 2009


Author: mmassonnet
Date: 2009-04-02 11:14:21 +0000 (Thu, 02 Apr 2009)
New Revision: 7095

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix Makefile

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-04-02 11:09:43 UTC (rev 7094)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-04-02 11:14:21 UTC (rev 7095)
@@ -1,4 +1,10 @@
 2009-04-02	Mike Massonnet
+Fix Makefile
+
+	- panel-plugin/Makefile.am:
+		I forgot to finish the changes on this file...
+
+2009-04-02	Mike Massonnet
 Install a popup command
 
 	- configure.ac.in, panel-plugin/Makefile.am:

Modified: xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2009-04-02 11:09:43 UTC (rev 7094)
+++ xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2009-04-02 11:14:21 UTC (rev 7095)
@@ -25,16 +25,18 @@
 
 xfce4_popup_clipman_SOURCES =						\
 	xfce4-popup-clipman.c						\
+	common.h							\
 	$(NULL)
 
 xfce4_popup_clipman_CFLAGS =                                            \
 	@LIBX11_CFLAGS@							\
+	@GDKX_CFLAGS@							\
 	@GTK_CFLAGS@							\
-	@GTK_CFLAGS@							\
 	$(NULL)
 
 xfce4_popup_clipman_LDADD =						\
 	@LIBX11_LIBS@							\
+	@GDKX_LIBS@							\
 	@GTK_LIBS@							\
 	$(NULL)
 




More information about the Goodies-commits mailing list