[gnome-shell] Add run-test.sh to CLEANFILES



commit 3703a86354e7f141ec8f785e8d6ffa7380baca9b
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Oct 7 19:18:43 2009 -0400

    Add run-test.sh to CLEANFILES
    
    Fix distcheck by adding run-test.sh to CLEANFILES

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c55355f..aa037e9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,3 +26,5 @@ run-test.sh: run-test.sh.in
 	    -e "s|@MUTTER_LIB_DIR[ ]|$(MUTTER_LIB_DIR)|" \
 	    -e "s|@srcdir[ ]|$(srcdir)|" \
 	    $< > $@ && chmod a+x $@
+
+CLEANFILES = run-test.sh



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