[Goodies-commits] r2172 - in xfce4-quicklauncher-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Tue Nov 21 13:27:31 CET 2006


Author: mmassonnet
Date: 2006-11-21 12:27:30 +0000 (Tue, 21 Nov 2006)
New Revision: 2172

Removed:
   xfce4-quicklauncher-plugin/trunk/libtool
Modified:
   xfce4-quicklauncher-plugin/trunk/Makefile.am
   xfce4-quicklauncher-plugin/trunk/panel-plugin/Makefile.am
Log:
Make `make distcheck` working.
Drop libtool, useless.


Modified: xfce4-quicklauncher-plugin/trunk/Makefile.am
===================================================================
--- xfce4-quicklauncher-plugin/trunk/Makefile.am	2006-11-16 15:52:45 UTC (rev 2171)
+++ xfce4-quicklauncher-plugin/trunk/Makefile.am	2006-11-21 12:27:30 UTC (rev 2172)
@@ -25,3 +25,8 @@
 	intltool-merge.in	\
 	intltool-update.in
 	
+DISTCLEANFILES =                                                        \
+intltool-extract                                                    \
+intltool-merge                                                      \
+intltool-update
+

Deleted: xfce4-quicklauncher-plugin/trunk/libtool

Modified: xfce4-quicklauncher-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-quicklauncher-plugin/trunk/panel-plugin/Makefile.am	2006-11-16 15:52:45 UTC (rev 2171)
+++ xfce4-quicklauncher-plugin/trunk/panel-plugin/Makefile.am	2006-11-21 12:27:30 UTC (rev 2172)
@@ -10,16 +10,19 @@
 
 libquicklauncher_la_SOURCES =							\
 	callbacks.c							\
+	callbacks.h							\
+	types.h							\
+	avoid_deprecation.h							\
 	main.c
 
 
 libquicklauncher_la_CFLAGS =							\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
-	@LIBXFCE4PANEL_CFLAGS@		\
+	@LIBXFCE4PANEL_CFLAGS@		\
 	@LIBXFCEGUI4_CFLAGS@
 
 libquicklauncher_la_LIBADD = 							\
-	@LIBXFCE4PANEL_LIBS@		\
+	@LIBXFCE4PANEL_LIBS@		\
 	@LIBXFCEGUI4_LIBS@
 
 # .desktop file




More information about the Goodies-commits mailing list