diff options
author | infirit <[email protected]> | 2014-12-09 22:51:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-09 23:02:29 +0100 |
commit | b48d2fec7ea33c23363eec02dfd350c4f5602982 (patch) | |
tree | 0a5a49f0c999adbb0e8a0a6caf3d756a00df1e27 /shell/Makefile.am | |
parent | 88ade34349d37acc1fedf4433a1ffd9010e5cf7d (diff) | |
download | atril-b48d2fec7ea33c23363eec02dfd350c4f5602982.tar.bz2 atril-b48d2fec7ea33c23363eec02dfd350c4f5602982.tar.xz |
shell: Add bookmarks menu to add and show internal bookmarks
Taken from evince commit: f7eb83a4ad43b1b30af202eb8f33f3057c2a51c5
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 3e2efe26..5ddd2bbb 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -36,6 +36,8 @@ atril_SOURCES= \ ev-annotation-properties-dialog.c \ ev-bookmarks.h \ ev-bookmarks.c \ + ev-bookmark-action.h \ + ev-bookmark-action.c \ ev-application.c \ ev-application.h \ ev-file-monitor.h \ |