[gnome-games/gsoc-seed-games] [lightsoff] Don't clean main.js, because it's built at configure time



commit 45aea4d84946fd0435df4f89cc62696bc6ad78cd
Author: Tim Horton <hortont424 gmail com>
Date:   Fri Jul 3 05:40:00 2009 -0400

    [lightsoff] Don't clean main.js, because it's built at configure time

 lightsoff/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lightsoff/Makefile.am b/lightsoff/Makefile.am
index 5ea40ac..03df54e 100644
--- a/lightsoff/Makefile.am
+++ b/lightsoff/Makefile.am
@@ -25,7 +25,7 @@ desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-CLEANFILES = src/main.js $(desktop_DATA)
+CLEANFILES = $(desktop_DATA)
 
 EXTRA_DIST = \
 	src/About.js \



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