[evince] libview: Fix build warning on marshalling



commit f6952c242161e583e5ec32476e0669be7f3b8162
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri May 25 09:18:34 2018 -0400

    libview: Fix build warning on marshalling
    
    Replace deprecated --header --body options.

 libview/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 52e48e1b..e2724f28 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -106,7 +106,7 @@ ev-view-marshal.h: $(srcdir)/ev-view-marshal.list
 
 ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
        $(AM_V_at)echo '#include <config.h>' > ev-view-marshal.c
-       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header 
--internal --body >> $@
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --internal 
--body --prototypes >> $@
 
 ev-view-type-builtins.h: stamp-ev-view-type-builtins.h
        @true


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