Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
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