[gthumb] install the built headers as well



commit 054320330b9c016027f6bdcaa5bc8782a3dde134
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 17 19:44:13 2010 +0100

    install the built headers as well

 gthumb/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/Makefile.am b/gthumb/Makefile.am
index dfc6bc1..42a575d 100644
--- a/gthumb/Makefile.am
+++ b/gthumb/Makefile.am
@@ -20,7 +20,12 @@ EXTERNAL = 						\
 	gnome-desktop-thumbnail.h			\
 	gnome-thumbnail-pixbuf-utils.c
 
+PUBLIC_BUILT_HEADER_FILES =				\
+	gth-enum-types.h				\
+	gth-marshal.h
+
 PUBLIC_HEADER_FILES = 					\
+	$(PUBLIC_BUILT_HEADER_FILES)			\
 	dom.h						\
 	egg-macros.h					\
 	eggfileformatchooser.h				\
@@ -298,7 +303,7 @@ gth-marshal.c: gth-marshal.h gth-marshal.list $(GLIB_GENMARSHAL)
 	&& $(GLIB_GENMARSHAL) $(srcdir)/gth-marshal.list --body --prefix=gth_marshal >> $@ ) 
 
 gthumb.h: make-header.sh gthumb.h.template Makefile.am
-	$(AM_V_GEN)( $(srcdir)/make-header.sh $(srcdir)/gthumb.h.template  $(PUBLIC_HEADER_FILES) gth-enum-types.h > xgen-$(@F) \
+	$(AM_V_GEN)( $(srcdir)/make-header.sh $(srcdir)/gthumb.h.template  $(PUBLIC_HEADER_FILES) > xgen-$(@F) \
 	&& (cmp -s xgen-$(@F) gthumb.h || cp xgen-$(@F) gthumb.h ) \
 	&& rm -f xgen-$(@F) )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]