From 328b28369741467777c2c6daee2fa8fc828466b9 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 11 Nov 2016 15:03:11 +0300 Subject: shell: remove metadata migration code taken from: https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc this metadata convert tool had been added to Evince back in 2009, and I'm not sure it ever worked in Atril. time to drop it anyway. --- shell/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index f161315a..162c21b2 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -24,9 +24,8 @@ AM_CPPFLAGS= \ bin_PROGRAMS=atril -libexec_PROGRAMS=atril-convert-metadata if ENABLE_DBUS -libexec_PROGRAMS += atrild +libexec_PROGRAMS = atrild endif atril_SOURCES= \ @@ -115,12 +114,6 @@ atril_LDADD= \ BUILT_SOURCES = ev-marshal.h ev-marshal.c -atril_convert_metadata_SOURCES= \ - ev-convert-metadata.c - -atril_convert_metadata_LDADD= \ - $(SHELL_LIBS) - if ENABLE_DBUS atrild_SOURCES= \ ev-daemon.c -- cgit v1.2.1