[Goodies-commits] r6829 - xfce4-power-manager/trunk/src

Ali Abdallah aliov at xfce.org
Mon Mar 2 11:41:28 CET 2009


Author: aliov
Date: 2009-03-02 10:41:27 +0000 (Mon, 02 Mar 2009)
New Revision: 6829

Modified:
   xfce4-power-manager/trunk/src/Makefile.am
Log:
Fix make distclean in the Makefile

Modified: xfce4-power-manager/trunk/src/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/src/Makefile.am	2009-03-02 10:12:03 UTC (rev 6828)
+++ xfce4-power-manager/trunk/src/Makefile.am	2009-03-02 10:41:27 UTC (rev 6829)
@@ -114,25 +114,6 @@
 	$(LIBXFCE4UTIL_LIBS)			\
 	$(XFCONF_LIBS)
 
-EXTRA_DIST = 					\
-	xfpm-marshal.list			\
-	xfce-power-manager-dbus-server.h	\
-	xfce-power-manager-dbus-client.h	\
-	xfpm-enum-types.c			\
-	xfpm-enum-types.h			\
-	xfpm-marshal.c				\
-	xfpm-marshal.h	
-	$(desktop_in_files)
-
-DISTCLEANFILES =				\
-	xfce-power-manager-dbus-server.h	\
-	xfce-power-manager-dbus-client.h	\
-	xfpm-enum-types.c			\
-	xfpm-enum-types.h			\
-	xfpm-marshal.c				\
-	xfpm-marshal.h	
-	$(desktop_DATA)
-
 xfpm_headers = 					\
 	$(srcdir)/xfpm-enums.h			
 
@@ -191,10 +172,16 @@
 #
 # .desktop file
 #
+desktop_in_files = xfce4-power-manager.desktop.in
 desktopdir = $(datadir)/applications
-desktop_in_files =							\
-	xfce4-power-manager.desktop.in
-desktop_DATA =								\
-	$(desktop_in_files:.desktop.in=.desktop)
+desktop_DATA =	$(desktop_in_files:.desktop.in=.desktop)
 
- at INTLTOOL_DESKTOP_RULE@
\ No newline at end of file
+ at INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST = 					\
+	xfpm-marshal.list			\
+	$(desktop_in_files)
+
+DISTCLEANFILES =				\
+	$(BUILT_SOURCES)			\
+	$(desktop_DATA)
\ No newline at end of file




More information about the Goodies-commits mailing list