[gnome-games] Revert "[libgames-support] Don't pass --internal to glib-genmarshal"



commit 85be50029333211e6ae9c4c713d6bc662ab461c7
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 17 22:39:21 2009 +0200

    Revert "[libgames-support] Don't pass --internal to glib-genmarshal"
    
    This reverts commit 37c4a527ab80ac3f1d787ae090232dba0114d19e.

 libgames-support/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 27e937b..e6d5880 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -341,13 +341,13 @@ DISTCLEANFILES = $(schema_DATA)
 games-marshal.c: stamp-games-marshal.c
 	@true
 stamp-games-marshal.c: games-marshal.list Makefile
-	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header --body > games-marshal.c \
+	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header --body $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.c \
 	&& echo timestamp > $(@F)
 
 games-marshal.h: stamp-games-marshal.h
 	@true
 stamp-games-marshal.h: games-marshal.list Makefile
-	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header > games-marshal.h \
+	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.h \
 	&& echo timestamp > $(@F)
 
 if HAVE_INTROSPECTION



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