[gnome-shell] src/Makefile.am: add stamp-shell-enum-types.h to CLEANFILES
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] src/Makefile.am: add stamp-shell-enum-types.h to CLEANFILES
- Date: Wed, 14 Apr 2010 14:49:40 +0000 (UTC)
commit 3d6c12121fc333bd36995c89ea5b90cdedb4ecf2
Author: Dan Winship <danw gnome org>
Date: Wed Apr 14 10:37:22 2010 -0400
src/Makefile.am: add stamp-shell-enum-types.h to CLEANFILES
src/Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d6ba422..31808c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,9 +49,6 @@ shell_built_sources = \
BUILT_SOURCES += $(shell_built_sources)
EXTRA_DIST += shell-marshal.list
-SHELL_STAMP_FILES = stamp-shell-marshal.h
-CLEANFILES += $(SHELL_STAMP_FILES)
-
shell_public_headers_h = \
shell-app.h \
shell-app-system.h \
@@ -145,6 +142,7 @@ stamp-shell-marshal.h: Makefile shell-marshal.list
(cmp -s xgen-smh shell-marshal.h || cp -f xgen-smh shell-marshal.h) && \
rm -f xgen-smh && \
echo timestamp > $(@F)
+CLEANFILES += stamp-shell-marshal.h
shell-marshal.c: Makefile shell-marshal.list
$(AM_V_GEN) (echo "#include \"shell-marshal.h\"" ; \
@@ -167,6 +165,7 @@ stamp-shell-enum-types.h: $(srcdir)/shell-enum-types.h.in $(shell_public_headers
rm -f $ tmp && \
echo timestamp > $(@F)
EXTRA_DIST += shell-enum-types.h.in
+CLEANFILES += stamp-shell-enum-types.h
shell-enum-types.c: shell-enum-types.c.in stamp-shell-enum-types.h
$(AM_V_GEN) ( cd $(srcdir) && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]