Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-05-10 12:02:12 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-25 07:38:23 (GMT)
commit3eb988973d60bcfc1eb15752ff61f248775701f5 (patch)
tree7f3f237d4362720a260c21435085bae7b8d151ce /shell
parentbab7b4f2711179f9ad40a23a4df1dbb99741ec23 (diff)
[build] Port to GDBus completed!
Now remove libdbus and libdbus-glib dependency.
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am17
1 files changed, 8 insertions, 9 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index c801b78..af105eb 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -30,13 +30,6 @@ if ENABLE_DBUS
libexec_PROGRAMS += evinced
endif
-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 \
@@ -91,6 +84,13 @@ evince_SOURCES= \
ev-sidebar-thumbnails.h \
main.c
+if ENABLE_DBUS
+evince_SOURCES += \
+ ev-media-player-keys.c \
+ ev-media-player-keys.h
+endif
+
+
evince_LDFLAGS = $(AM_LDFLAGS)
if PLATFORM_WIN32
@@ -144,8 +144,7 @@ evinced_LDADD= \
endif
EXTRA_DIST = ev-marshal.list \
- evince-icon.rc \
- $(EV_MEDIA_PLAYER_KEYS_SOURCES)
+ evince-icon.rc
ev-marshal.h: $(srcdir)/ev-marshal.list
$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h