[gnome-games] swell-foop: Add generated files to CLEANFILES and DISTCLEANFILES



commit ab1a4b3ee88f2fd3c49a689491f53cc92a50954f
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Tue Nov 17 00:30:27 2009 +0100

    swell-foop: Add generated files to CLEANFILES and DISTCLEANFILES

 swell-foop/Makefile.am     |   13 ++++++++++---
 swell-foop/src/Makefile.am |    6 ++++++
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/swell-foop/Makefile.am b/swell-foop/Makefile.am
index 3b84b0f..8dcab56 100644
--- a/swell-foop/Makefile.am
+++ b/swell-foop/Makefile.am
@@ -25,9 +25,6 @@ desktop_in_files = swell-foop.desktop.in.in
 desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
-        
-CLEANFILES = $(desktop_DATA)
-DISTCLEANFILES = $(schema_DATA)
 
 EXTRA_DIST = \
     swell-foop.in \
@@ -46,6 +43,16 @@ endif
 
 install-data-local: install-schemas-local
 
+CLEANFILES = \
+	$(desktop_DATA)	\
+	$(schema_DATA)	\
+	swell-foop
+
+DISTCLEANFILES = \
+	$(desktop_DATA)	\
+	$(schema_DATA)	\
+	swell-foop
+
 @INTLTOOL_SCHEMAS_RULE@
 
 -include $(top_srcdir)/git.mk
diff --git a/swell-foop/src/Makefile.am b/swell-foop/src/Makefile.am
index d2fd46e..2b77e6c 100644
--- a/swell-foop/src/Makefile.am
+++ b/swell-foop/src/Makefile.am
@@ -22,3 +22,9 @@ EXTRA_DIST = \
     Score.js \
     Path.js.in \
     ThemeLoader.js
+
+CLEANFILES = \
+	Path.js
+
+DISTCLEANFILES = \
+	Path.js



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]