[gimp/gimp-2-8] app: add gimpmarshal.[ch] to DISTCLEANFILES



commit 2772c2d64e945a9b81692e509d1c3daf4c28862a
Author: Michael Natterer <mitch gimp org>
Date:   Sun Aug 24 23:07:15 2014 +0200

    app: add gimpmarshal.[ch] to DISTCLEANFILES

 app/core/Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/app/core/Makefile.am b/app/core/Makefile.am
index de6c124..1b666ae 100644
--- a/app/core/Makefile.am
+++ b/app/core/Makefile.am
@@ -403,7 +403,13 @@ libappcore_a_built_sources = \
 libappcore_a_extra_sources = \
        gimpmarshal.list
 
-libappcore_a_SOURCES = $(libappcore_a_built_sources) $(libappcore_a_sources)
+libappcore_a_SOURCES = \
+       $(libappcore_a_built_sources)   \
+       $(libappcore_a_sources)
+
+DISTCLEANFILES = \
+       gimpmarshal.c   \
+       gimpmarshal.h
 
 EXTRA_DIST = \
        $(libappcore_a_extra_sources)


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