aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-17 00:56:32 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-17 00:56:32 +0800
commit732d8dc98dac7a5fe46c669564dde46ddcf10382 (patch)
tree03cd31738cf6a0ce8bea67a51c3455e582f43491 /embed/Makefile.am
parentfb1c140eaa2855bd3ddeaef203a51107a0af6122 (diff)
downloadgsoc2013-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 '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 34585403c..13bf239f9 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = mozilla
+SUBDIRS = mozilla
noinst_LTLIBRARIES = libephyembed.la libephyembedfactory.la
@@ -84,7 +84,7 @@ BUILT_SOURCES = \
ephy-embed-type-builtins.c \
ephy-embed-type-builtins.h
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)