diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-10 21:01:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-10 21:01:14 +0800 |
commit | d956570540704a44161f0422689f1ae5e5b3b0ba (patch) | |
tree | aa67dc471924d39276b890096d383cc880adedac | |
parent | 00108aae0abe78a07636b2c9813c0180457619b6 (diff) | |
download | gsoc2013-epiphany-d956570540704a44161f0422689f1ae5e5b3b0ba.tar.gz 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-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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) |