[gnome-games/gsoc-seed-games] [libgames-support] Strip the 'games_' prefix in introspection data
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games/gsoc-seed-games] [libgames-support] Strip the 'games_' prefix in introspection data
- Date: Fri, 12 Jun 2009 20:17:43 -0400 (EDT)
commit 702936762951a2a8fffa68ea6450a24154f5c7fa
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 3ef7cc8..02c49fb 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -294,6 +294,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 \
@@ -302,7 +303,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]