[Xfce4-commits] r30086 - terminal/trunk/terminal
Nick Schermer
nick at xfce.org
Sat Jun 27 21:25:56 CEST 2009
Author: nick
Date: 2009-06-27 19:25:56 +0000 (Sat, 27 Jun 2009)
New Revision: 30086
Modified:
terminal/trunk/terminal/Makefile.am
Log:
Include header in generated marshal.
Modified: terminal/trunk/terminal/Makefile.am
===================================================================
--- terminal/trunk/terminal/Makefile.am 2009-06-27 19:25:14 UTC (rev 30085)
+++ terminal/trunk/terminal/Makefile.am 2009-06-27 19:25:56 UTC (rev 30086)
@@ -164,7 +164,8 @@
&& echo timestamp > $(@F)
terminal-marshal.c: terminal-marshal.list Makefile
- ( cd $(srcdir) && glib-genmarshal \
+ echo "#include <terminal/terminal-marshal.h>" > xgen-tmc \
+ && ( cd $(srcdir) && glib-genmarshal \
--prefix=_terminal_marshal \
--body terminal-marshal.list ) >> xgen-tmc \
&& cp xgen-tmc terminal-marshal.c \
More information about the Xfce4-commits
mailing list