]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
Fixes bug #542924. Makes enums static to fix Solaris build.
[evince.git] / shell / Makefile.am
index fce876acddf6e51338bb5e16356d59db9be1f17f..3d857716858fa66c75760a9605d87d7cd4d8e56b 100644 (file)
@@ -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                    \
@@ -25,10 +32,13 @@ evince_SOURCES=                             \
        ev-job-queue.c                  \
        ev-jobs.h                       \
        ev-jobs.c                       \
+       ev-file-monitor.h               \
+       ev-file-monitor.c               \
        ev-history.c                    \
        ev-history.h                    \
        ev-marshal.c                    \
        ev-marshal.h                    \
+       $(DBUS_SOURCES)                 \
        ev-message-area.c               \
        ev-message-area.h               \
        ev-metadata-manager.c           \
@@ -103,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