]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / shell / Makefile.am
index 7e3cf8c93e7cc0e4ec1553abf93b2362d668b1a3..008037e41ecbd0744cf62a645268de6bc131871c 100644 (file)
@@ -33,8 +33,14 @@ evince_SOURCES=                              \
        eggfindbar.h                    \
        ev-annotation-properties-dialog.h \
        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-dualscreen.h                 \
+       ev-dualscreen.c                 \
        ev-file-monitor.h               \
        ev-file-monitor.c               \
        ev-history.c                    \
@@ -75,6 +81,8 @@ evince_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              \
@@ -88,7 +96,9 @@ evince_SOURCES=                               \
 if ENABLE_DBUS
 evince_SOURCES += \
        ev-media-player-keys.c \
-       ev-media-player-keys.h
+       ev-media-player-keys.h \
+       ev-presentation-timer.h \
+       ev-presentation-timer.c
 endif