From df731fecda446557e15908f8ebd3e649c2c19ac4 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sun, 20 Jun 2010 20:01:19 +0200 Subject: [PATCH] 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(+) diff --git a/app/Makefile.am b/app/Makefile.am index 1431c0060a..4e19ede147 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 a752872973..3be739fcef 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