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