Skip to content

Commit 7d0ac84

Browse files
Christian Perschraveit65
Christian Persch
authored and
raveit65
committed
shell: Remove unused marshalers
Since there was only the one, also remove the whole glib-genmarshal setup. If we ever need another non-stock marshaler, we'll just use the new glib generic marshaler. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=fe7f842
1 parent c99d768 commit 7d0ac84

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

shell/Makefile.am

+1-11
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ atril_SOURCES= \
8888
main.c
8989

9090
nodist_atril_SOURCES = \
91-
ev-marshal.c \
92-
ev-marshal.h \
9391
$(NULL)
9492

9593
if ENABLE_DBUS
@@ -115,7 +113,7 @@ atril_LDADD= \
115113
$(top_builddir)/libmisc/libevmisc.la \
116114
$(SHELL_LIBS)
117115

118-
BUILT_SOURCES = ev-marshal.h ev-marshal.c
116+
BUILT_SOURCES =
119117

120118
if ENABLE_DBUS
121119
BUILT_SOURCES += \
@@ -150,17 +148,9 @@ atrild_LDADD= \
150148
endif
151149

152150
EXTRA_DIST = \
153-
ev-marshal.list \
154151
ev-gdbus.xml \
155152
ev-daemon-gdbus.xml
156153

157-
ev-marshal.h: $(srcdir)/ev-marshal.list
158-
$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
159-
160-
ev-marshal.c: $(srcdir)/ev-marshal.list
161-
echo '#include "ev-marshal.h"' > ev-marshal.c
162-
$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
163-
164154
ev-gdbus-generated.c ev-gdbus-generated.h: ev-gdbus.xml Makefile
165155
$(AM_V_GEN) $(GDBUS_CODEGEN) \
166156
--interface-prefix=org.mate.atril \

shell/ev-marshal.list

-1
This file was deleted.

0 commit comments

Comments
 (0)