diff options
author | infirit <[email protected]> | 2014-12-09 22:56:49 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-09 23:02:29 +0100 |
commit | 8f70652c07743394f591d0340f468cd1d46785f6 (patch) | |
tree | d52666a5ea81199c35b36664303ab95193862363 /shell/Makefile.am | |
parent | b48d2fec7ea33c23363eec02dfd350c4f5602982 (diff) | |
download | atril-8f70652c07743394f591d0340f468cd1d46785f6.tar.bz2 atril-8f70652c07743394f591d0340f468cd1d46785f6.tar.xz |
shell: Add a new sidebar page for bookmarks
It allows to add, remove and rename internal bookmarks
Taken from evince commit: 180cf6fef2318791abb3583f4c3f3bc176a204d8
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 5ddd2bbb..0f82bde5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -80,6 +80,8 @@ atril_SOURCES= \ ev-sidebar-annotations.h \ ev-sidebar-attachments.c \ ev-sidebar-attachments.h \ + ev-sidebar-bookmarks.h \ + ev-sidebar-bookmarks.c \ ev-sidebar-layers.c \ ev-sidebar-layers.h \ ev-sidebar-links.c \ |