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 /src/Makefile.am | |
parent | 00108aae0abe78a07636b2c9813c0180457619b6 (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |