X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=d2c14a9deb6c164650ad0d708a05d1d36e24fb4d;hb=e71d27db284ccf431167816167bf72f1e23c334d;hp=824cf3f7a43c5933cc34e3eedc60a378de5d3762;hpb=17f37a4bdb3e37586121edebd9e48cb24340b677;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 824cf3f7..d2c14a9d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -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