diff options
author | Christian Persch <[email protected]> | 2012-06-14 00:04:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 08:44:18 +0100 |
commit | 7d0ac843073635a917c48101f44947f04c1696c0 (patch) | |
tree | e4121c5cf9e4b8a07b711d8424752b7ef8236abc /shell/Makefile.am | |
parent | c99d7683a89967006b760145d96325ce53697061 (diff) | |
download | atril-7d0ac843073635a917c48101f44947f04c1696c0.tar.bz2 atril-7d0ac843073635a917c48101f44947f04c1696c0.tar.xz |
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
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index ab91afee..3f0309c8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -88,8 +88,6 @@ atril_SOURCES= \ main.c nodist_atril_SOURCES = \ - ev-marshal.c \ - ev-marshal.h \ $(NULL) if ENABLE_DBUS @@ -115,7 +113,7 @@ atril_LDADD= \ $(top_builddir)/libmisc/libevmisc.la \ $(SHELL_LIBS) -BUILT_SOURCES = ev-marshal.h ev-marshal.c +BUILT_SOURCES = if ENABLE_DBUS BUILT_SOURCES += \ @@ -150,17 +148,9 @@ atrild_LDADD= \ endif EXTRA_DIST = \ - ev-marshal.list \ ev-gdbus.xml \ ev-daemon-gdbus.xml -ev-marshal.h: $(srcdir)/ev-marshal.list - $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h - -ev-marshal.c: $(srcdir)/ev-marshal.list - echo '#include "ev-marshal.h"' > ev-marshal.c - $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c - ev-gdbus-generated.c ev-gdbus-generated.h: ev-gdbus.xml Makefile $(AM_V_GEN) $(GDBUS_CODEGEN) \ --interface-prefix=org.mate.atril \ |