From dc5dcc6139e0f12fd88f2dc0ae292a1cf0bba506 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 13 Apr 2010 07:13:33 -0400 Subject: [PATCH] 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 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 99a1d8919..d6ba4227d 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 \