]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
Rework the jobs system in order to make it simpler and more extensible. It
[evince.git] / shell / Makefile.am
index 824cf3f7a43c5933cc34e3eedc60a378de5d3762..d2c14a9deb6c164650ad0d708a05d1d36e24fb4d 100644 (file)
@@ -16,13 +16,20 @@ INCLUDES=                                           \
 
 bin_PROGRAMS=evince
 
+EV_MEDIA_PLAYER_KEYS_SOURCES = ev-media-player-keys.c ev-media-player-keys.h
+if ENABLE_DBUS
+DBUS_SOURCES = $(EV_MEDIA_PLAYER_KEYS_SOURCES)
+else
+DBUS_SOURCES = $(null)
+endif
+
 evince_SOURCES=                                \
        eggfindbar.c                    \
        eggfindbar.h                    \
        ev-application.c                \
        ev-application.h                \
-       ev-job-queue.h                  \
-       ev-job-queue.c                  \
+       ev-job-scheduler.h              \
+       ev-job-scheduler.c              \
        ev-jobs.h                       \
        ev-jobs.c                       \
        ev-file-monitor.h               \
@@ -31,6 +38,7 @@ evince_SOURCES=                               \
        ev-history.h                    \
        ev-marshal.c                    \
        ev-marshal.h                    \
+       $(DBUS_SOURCES)                 \
        ev-message-area.c               \
        ev-message-area.h               \
        ev-metadata-manager.c           \
@@ -105,7 +113,8 @@ BUILT_SOURCES += ev-application-service.h
 endif
 
 EXTRA_DIST = ev-marshal.list           \
-       ev-application-service.xml
+       ev-application-service.xml      \
+       $(EV_MEDIA_PLAYER_KEYS_SOURCES)
 
 
 ev-marshal.h: $(srcdir)/ev-marshal.list