diff options
author | monsta <[email protected]> | 2016-11-11 15:03:11 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-11 15:08:33 +0300 |
commit | 328b28369741467777c2c6daee2fa8fc828466b9 (patch) | |
tree | 0608582e49d281067dd2f21900dc15e5cfd48865 /shell/Makefile.am | |
parent | b9580cc11970c3eaf6fa210516e544c909e07ee3 (diff) | |
download | atril-328b28369741467777c2c6daee2fa8fc828466b9.tar.bz2 atril-328b28369741467777c2c6daee2fa8fc828466b9.tar.xz |
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.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
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 |