aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-12 00:32:49 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-12 00:32:49 +0800
commit70b3c5658c449f89369e86d6943a944473facf26 (patch)
treee7d0486af1d5a5168cfb98cd32ba2537a010bddc /embed/Makefile.am
parent21f9298d2fbdee48df3adfe1120a54dd495d1bdb (diff)
downloadgsoc2013-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/Makefile.am')
-rw-r--r--embed/Makefile.am4
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 = \