[gimp] Make 'make distcheck' pass



commit df731fecda446557e15908f8ebd3e649c2c19ac4
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jun 20 20:01:19 2010 +0200

    Make 'make distcheck' pass
    
    Add missing CLEANFILES, make distcheck passes now.

 app/Makefile.am       |    2 ++
 app/tests/Makefile.am |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 1431c00..4e19ede 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -73,6 +73,8 @@ libapp_sources = \
 libapp_generated_sources = \
 	git-version.h
 
+CLEANFILES = $(libapp_generated_sources)
+
 $(srcdir)/version.c: git-version.h
 
 libapp_a_SOURCES = $(libapp_sources) $(libapp_generated_sources)
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index a752872..3be739f 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -20,6 +20,7 @@ TESTS = \
 
 
 EXTRA_PROGRAMS = $(TESTS)
+CLEANFILES = $(EXTRA_PROGRAMS)
 
 $(TESTS): gimpdir-output
 



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