[folks] Don't remove our generated gconf.path during 'make all'



commit c8974dd3016ac4d79af44736a8adbcb28971552d
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Sat Apr 2 12:51:08 2011 -0700

    Don't remove our generated gconf.path during 'make all'

 tests/data/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 8640d26..64b491e 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -5,15 +5,18 @@ EXTRA_DIST = \
 	$(NULL)
 
 clean-gconf:
-	rm -rf gconf.d gconf.path
+	rm -rf gconf.d
 
 clean-local: clean-gconf
 
 check: clean-gconf
 
+CLEANFILES = \
+	gconf.path \
+	$(NULL)
+
 GITIGNOREFILES = \
 	gconf.d \
-	gconf.path \
 	$(NULL)
 
 .PHONY: clean-gconf clean-local



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