summaryrefslogtreecommitdiff
path: root/libdbus
diff options
context:
space:
mode:
authorPeter de Ridder <peter@xfce.org>2015-03-09 23:43:43 +0100
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:57:17 +0300
commit08b4182abda32902e67de91e1ac7d5bf78c3c600 (patch)
tree758c27004898b73a626a1ea60d633cc3a6ad43db /libdbus
parent42892ec44912c9eaef1e9e2ad4d96c07b59fabb5 (diff)
downloadixfce4-power-manager-08b4182abda32902e67de91e1ac7d5bf78c3c600.tar.gz
Replaced dbus-binding-tool with gdbus-codegen
Diffstat (limited to 'libdbus')
-rw-r--r--libdbus/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/libdbus/Makefile.am b/libdbus/Makefile.am
index cada5102..a7e1e984 100644
--- a/libdbus/Makefile.am
+++ b/libdbus/Makefile.am
@@ -27,6 +27,7 @@ if MAINTAINER_MODE
BUILT_SOURCES = \
xfpm-dbus-marshal.c \
xfpm-dbus-marshal.h \
+ org.xfce.unique.c \
org.xfce.unique.h
xfpm-dbus-marshal.c: xfpm-dbus-marshal.list
@@ -36,8 +37,8 @@ xfpm-dbus-marshal.c: xfpm-dbus-marshal.list
xfpm-dbus-marshal.h: xfpm-dbus-marshal.list
glib-genmarshal $< --prefix=_xfpm_dbus_marshal --header > $@
-org.xfce.unique.h: org.xfce.unique.xml
- dbus-binding-tool --mode=glib-server --prefix=xfce_unique $< >$@
+org.xfce.unique.c org.xfce.unique.h: org.xfce.unique.xml
+ gdbus-codegen --interface-prefix=org.xfce. --c-namespace=Xfpm --generate-c-code=org.xfce.unique $<
endif
@@ -45,4 +46,4 @@ EXTRA_DIST = \
xfpm-dbus-marshal.list
DISTCLEANFILES = \
- $(BUILT_SOURCES) \ No newline at end of file
+ $(BUILT_SOURCES)