[gnome-games] [libgames-support] Strip the 'games_' prefix in introspection data



commit 8760b518469403e25587d52b3390b2f2fb25483a
Author: Tim Horton <hortont svn gnome org>
Date:   Fri Jun 12 17:53:14 2009 -0400

    [libgames-support] Strip the 'games_' prefix in introspection data

 libgames-support/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index a1da4ad..2410af1 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -355,6 +355,7 @@ BUILT_GIRSOURCES =
 GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support.la
 	$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
 	--namespace GnomeGamesSupport --nsversion=1.0 \
+	--strip-prefix=games \
 	$(INCLUDES) \
 	--add-include-path=$(srcdir) --add-include=path=. \
 	--include=Clutter-0.9 \
@@ -363,7 +364,7 @@ GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support.la
 	--output $@ \
 	--pkg gobject-2.0 \
 	--pkg gtk+-2.0 \
-	$(libgames_support_la_SOURCES)
+	$(libgames_support_la_SOURCES) /usr/include/ggz*.h
 
 BUILT_GIRSOURCES += GnomeGamesSupport-1.0.gir
 



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