diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-17 00:56:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-17 00:56:32 +0800 |
commit | 732d8dc98dac7a5fe46c669564dde46ddcf10382 (patch) | |
tree | 03cd31738cf6a0ce8bea67a51c3455e582f43491 /lib/egg/Makefile.am | |
parent | fb1c140eaa2855bd3ddeaef203a51107a0af6122 (diff) | |
download | gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.gz gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.bz2 gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.lz gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.xz gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.zst gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.zip |
Remove stamp files also on make clean.
2005-01-16 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
Remove stamp files also on make clean.
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 10dcbf5c3..b95bd1bf4 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -108,6 +108,6 @@ EGGDIR=$(srcdir)/../../../libegg/libegg regenerate-built-sources: EGGFILES="$(EGGFILES) eggmarshalers.list" EGGDIR="$(EGGDIR)" $(srcdir)/update-from-egg.sh -CLEANFILES = $(BUILT_SOURCES) +CLEANFILES = $(stamp_files) $(BUILT_SOURCES) DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) |