[Xfce4-commits] <thunar-vfs:master> Fix compiler warning.
Nick Schermer
noreply at xfce.org
Sat Oct 24 12:18:01 CEST 2009
Updating branch refs/heads/master
to c97321721d1b4935b9bd70eebd16d0a4b92b651f (commit)
from 59ea6bc0250b0af8b15ad24009b060ae6a327a9e (commit)
commit c97321721d1b4935b9bd70eebd16d0a4b92b651f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Oct 24 11:30:33 2009 +0200
Fix compiler warning.
thunar-vfs/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/thunar-vfs/Makefile.am b/thunar-vfs/Makefile.am
index caa4349..2ed401e 100644
--- a/thunar-vfs/Makefile.am
+++ b/thunar-vfs/Makefile.am
@@ -355,7 +355,8 @@ stamp-thunar-vfs-marshal.h: thunar-vfs-marshal.list Makefile
&& echo timestamp > $(@F)
thunar-vfs-marshal.c: thunar-vfs-marshal.list Makefile
- ( cd $(srcdir) && glib-genmarshal \
+ ( cd $(srcdir) && echo "#include <thunar-vfs/thunar-vfs-marshal.h>" > xgen-tvmc \
+ && glib-genmarshal \
--prefix=_thunar_vfs_marshal \
--body thunar-vfs-marshal.list ) >> xgen-tvmc \
&& cp xgen-tvmc thunar-vfs-marshal.c \
More information about the Xfce4-commits
mailing list