[Xfce4-commits] <orage:master> Fixed BUG 6928 globaltime/globaltime.desktop.in deleted on distclean

Juha Kautto noreply at xfce.org
Wed Dec 8 14:36:01 CET 2010


Updating branch refs/heads/master
         to 3b3b736c7d412d5956f3c05175342ef84172d8ff (commit)
       from 7354e507d60651c448bf019435e99f3ea52ddecb (commit)

commit 3b3b736c7d412d5956f3c05175342ef84172d8ff
Author: Juha Kautto <juha at xfce.org>
Date:   Wed Dec 8 15:33:22 2010 +0200

    Fixed BUG 6928 globaltime/globaltime.desktop.in deleted on distclean
    
    make distclean cleaned too much. Fixed as suggested in the bug.
    Thanks to Lionel Le Folgoc for the patch.

 globaltime/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/globaltime/Makefile.am b/globaltime/Makefile.am
index 66bf7a3..6fea9e2 100644
--- a/globaltime/Makefile.am
+++ b/globaltime/Makefile.am
@@ -42,7 +42,7 @@ EXTRA_DIST =								\
 	globaltime.xml
 
 DISTCLEANFILES =                            \
-    $(desktop_DATA) $(desktop_in_files)
+    $(desktop_DATA)
 
 
 # vi:set ts=8 sw=8 noet ai:



More information about the Xfce4-commits mailing list