aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-10 21:01:14 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-10 21:01:14 +0800
commitd956570540704a44161f0422689f1ae5e5b3b0ba (patch)
treeaa67dc471924d39276b890096d383cc880adedac
parent00108aae0abe78a07636b2c9813c0180457619b6 (diff)
downloadgsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.gz
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.bz2
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.lz
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.xz
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.zst
gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.zip
Add $(stamp_files) to MAINTAINERCLEANFILES.
2005-01-10 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Add $(stamp_files) to MAINTAINERCLEANFILES.
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63129cb6f..74d2effb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
+ * src/Makefile.am:
+
+ Add $(stamp_files) to MAINTAINERCLEANFILES.
+
+2005-01-10 Christian Persch <chpe@cvs.gnome.org>
+
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/Makefile.am:
diff --git a/src/Makefile.am b/src/Makefile.am
index c75e08c6d..a19fbbb4e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -198,3 +198,4 @@ stamp-ephy-type-builtins.h: $(INST_H_FILES) $(NOINST_H_FILES)
CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = $(BUILT_SOURCES)
+MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)