[Xfce4-commits] r26919 - xfconf/trunk/xfconfd

Stephan Arts stephan at xfce.org
Fri May 2 09:38:19 CEST 2008


Author: stephan
Date: 2008-05-02 07:38:19 +0000 (Fri, 02 May 2008)
New Revision: 26919

Modified:
   xfconf/trunk/xfconfd/Makefile.am
Log:
Add the .service file to CLEANFILES instead of DISTCLEANFILES.
Fixes the problem of the .service file pointing to the wrong path when 
re-running configure



Modified: xfconf/trunk/xfconfd/Makefile.am
===================================================================
--- xfconf/trunk/xfconfd/Makefile.am	2008-05-02 07:09:16 UTC (rev 26918)
+++ xfconf/trunk/xfconfd/Makefile.am	2008-05-02 07:38:19 UTC (rev 26919)
@@ -50,7 +50,7 @@
 %.service: %.service.in
 	sed -e "s,\@bindir\@,$(bindir),g" < $< > $@
 
-DISTCLEANFILES = \
+CLEANFILES = \
 	$(service_DATA)
 
 EXTRA_DIST = \
@@ -64,7 +64,7 @@
 xfconf_built_sources = \
 	xfconf-dbus-server.h
 
-DISTCLEANFILES += \
+DISTCLEANFILES = \
 	$(xfconf_built_sources)
 
 BUILT_SOURCES = \



More information about the Xfce4-commits mailing list