diff options
author | infirit <[email protected]> | 2014-12-09 22:48:38 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-09 23:02:28 +0100 |
commit | 88ade34349d37acc1fedf4433a1ffd9010e5cf7d (patch) | |
tree | 45917bbbe7db8d67f4770eb306104eb7eeb036f0 /shell/Makefile.am | |
parent | 05c34fac905e8e10fb94e61373f2c33396651880 (diff) | |
download | atril-88ade34349d37acc1fedf4433a1ffd9010e5cf7d.tar.bz2 atril-88ade34349d37acc1fedf4433a1ffd9010e5cf7d.tar.xz |
shell: Add EvBookmarks to handle internal document bookmarks
Bookmarks are stored in the document metadata using GVariant
Taken from evince commit: 7f0f254c6655bc301102eaaebabc1d98dade9912
From: Carlos Garcia Campos <[email protected]>
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index cd123aad..3e2efe26 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -34,6 +34,8 @@ atril_SOURCES= \ eggfindbar.h \ ev-annotation-properties-dialog.h \ ev-annotation-properties-dialog.c \ + ev-bookmarks.h \ + ev-bookmarks.c \ ev-application.c \ ev-application.h \ ev-file-monitor.h \ |