[glom] List auto-generated files in MAINTAINERCLEANFILES



commit 5b8e116a625d1952a09a5fc6ecfcbeb934a50c8a
Author: Daniel Elstner <danielk openismus com>
Date:   Sat Jul 25 13:34:57 2009 +0200

    List auto-generated files in MAINTAINERCLEANFILES
    
    * Makefile.am (MAINTAINERCLEANFILES): Clean up the macros/*.m4 files
    installed by autogen.sh, as well as the eggmarshalers.[ch] files.

 ChangeLog   |    7 +++++++
 Makefile.am |    8 +++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3792c34..ec50e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-07-25  Daniel Elstner  <danielk openismus com>
 
+	List auto-generated files in MAINTAINERCLEANFILES
+
+	* Makefile.am (MAINTAINERCLEANFILES): Clean up the macros/*.m4 files
+	installed by autogen.sh, as well as the eggmarshalers.[ch] files.
+
+2009-07-25  Daniel Elstner  <danielk openismus com>
+
 	Pass --automake option to gnome-doc-prepare
 
 	* autogen.sh: Invoke gnome-doc-prepare with the --automake option to
diff --git a/Makefile.am b/Makefile.am
index 1a52e6e..f8fa51e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,7 +145,13 @@ dist_noinst_SCRIPTS = autogen.sh win32/build-installer
 
 CLEANFILES = $(desktop_DATA) $(win_resfile)
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
-MAINTAINERCLEANFILES = $(dist_docutils) $(dist_intltool)
+MAINTAINERCLEANFILES = \
+	$(dist_docutils) $(dist_intltool) \
+	glom/utility_widgets/egg/util/eggmarshalers.c \
+	glom/utility_widgets/egg/util/eggmarshalers.h \
+	macros/gnome-doc-utils.m4 macros/intltool.m4 \
+	macros/libtool.m4 macros/ltoptions.m4 macros/ltsugar.m4 \
+	macros/ltversion.m4 macros/lt~obsolete.m4
 
 # The location of the gettext catalogs as defined by intltool.
 glom_localedir = $(prefix)/$(DATADIRNAME)/locale



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