mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
src/Makefile.am: add stamp-shell-enum-types.h to CLEANFILES
This commit is contained in:
parent
98a093a279
commit
3d6c12121f
1 changed files with 2 additions and 3 deletions
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue