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 /embed | |
parent | 21f9298d2fbdee48df3adfe1120a54dd495d1bdb (diff) | |
download | gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.gz gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.bz2 gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.lz gsoc2013-epiphany-70b3c5658c449f89369e86d6943a944473facf26.tar.xz 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 'embed')
-rw-r--r-- | embed/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 0e3f7675b..34585403c 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -84,8 +84,8 @@ BUILT_SOURCES = \ ephy-embed-type-builtins.c \ ephy-embed-type-builtins.h -CLEAN_FILES = $(BUILT_SOURCES) -DISTCLEAN_FILES = $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) stamp_files = \ |