[gnome-shell] Distribute shell-enum-types.h.in and shell-enum-types.c.in
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Distribute shell-enum-types.h.in and shell-enum-types.c.in
- Date: Tue, 13 Apr 2010 11:19:33 +0000 (UTC)
commit dc5dcc6139e0f12fd88f2dc0ae292a1cf0bba506
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Tue Apr 13 07:13:33 2010 -0400
Distribute shell-enum-types.h.in and shell-enum-types.c.in
These new files need to be in EXTRA_DIST
Based on a patch by Rico Tzschichholz
https://bugzilla.gnome.org/show_bug.cgi?id=615621
src/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 99a1d89..d6ba422 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -166,6 +166,7 @@ stamp-shell-enum-types.h: $(srcdir)/shell-enum-types.h.in $(shell_public_headers
(cmp -s $ tmp shell-enum-types.h || mv $ tmp shell-enum-types.h) && \
rm -f $ tmp && \
echo timestamp > $(@F)
+EXTRA_DIST += shell-enum-types.h.in
shell-enum-types.c: shell-enum-types.c.in stamp-shell-enum-types.h
$(AM_V_GEN) ( cd $(srcdir) && \
@@ -174,6 +175,7 @@ shell-enum-types.c: shell-enum-types.c.in stamp-shell-enum-types.h
$(shell_public_headers_h) ) > $ tmp && \
mv $ tmp $@ && \
rm -f $ tmp
+EXTRA_DIST += shell-enum-types.c.in
libgnome_shell_la_LDFLAGS = -avoid-version -module
libgnome_shell_la_LIBADD =-lm \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]