Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-06 13:07:29 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-11 21:41:44 (GMT)
commitbd3cac726fa7c739a146f5ca68fc33e36d4c1132 (patch)
treed5794d32cc096ade0b1ab88f266f98c784862672 /shell/Makefile.am
parent339427ecf1d397e8d50fd97d2bc85db3181e32b0 (diff)
Disable single instance by DBUS for hildon platform
And remove the dbus-binding-tool NO_PREFIX check (very old version).
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 0262c37..0594ac9 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -121,10 +121,5 @@ ev-marshal.c: $(srcdir)/ev-marshal.list
DISTCLEANFILES= \
ev-application-service.h
-if DBUS_TOOL_NO_PREFIX
-ev-application-service.h: $(srcdir)/ev-application-service.xml
- $(QUIET_GEN)dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
-else
ev-application-service.h: $(srcdir)/ev-application-service.xml
$(QUIET_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
-endif