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



commit 37c4a527ab80ac3f1d787ae090232dba0114d19e
Author: Tim Horton <hortont svn gnome org>
Date:   Thu Jul 16 22:27:12 2009 -0400

    [libgames-support] Don't pass --internal to glib-genmarshal
    
    This prevents games-marshal.* from being filled with G_GNUC_INTERNALs,
    which was preventing things from using these functions now that
    libgames-support is built dynamically.

 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 e6d5880..27e937b 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 $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.c \
+	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header --body > 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 $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.h \
+	$(GLIB_GENMARSHAL) --prefix=games_marshal $< --header > games-marshal.h \
 	&& echo timestamp > $(@F)
 
 if HAVE_INTROSPECTION



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