diff options
| author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-12 00:32:49 +0800 | 
|---|---|---|
| committer | Christian Persch <chpe@src.gnome.org> | 2005-01-12 00:32:49 +0800 | 
| commit | 70b3c5658c449f89369e86d6943a944473facf26 (patch) | |
| tree | e7d0486af1d5a5168cfb98cd32ba2537a010bddc /src/Makefile.am | |
| parent | 21f9298d2fbdee48df3adfe1120a54dd495d1bdb (diff) | |
| download | gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.gz gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.zst gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.zip | |
Fix [DIST]CLEANFILES so that make distcheck passes.
2005-01-11  Christian Persch  <chpe@cvs.gnome.org>
	* src/Makefile.am:
	* lib/Makefile.am:
	* lib/egg/Makefile.am:
	* embed/Makefile.am:
	Fix [DIST]CLEANFILES so that make distcheck passes.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index a19fbbb4e..7a1eadc4c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -197,5 +197,5 @@ stamp-ephy-type-builtins.h: $(INST_H_FILES) $(NOINST_H_FILES)  	&& echo timestamp > $(@F)  CLEANFILES = $(BUILT_SOURCES) -DISTCLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)  MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) | 
