summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-04-10 09:11:12 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-04-15 11:24:43 +0200
commit42c28b9424b6ef8a0021b124773e171dd5defadd (patch)
tree4bb8c5fd4d6aef0dfe8087e2de3fd18917f7b637 /Makefile.am
parent9123c2abff5780f485764261eb4b180e9ceadf20 (diff)
downloadsssd-42c28b9424b6ef8a0021b124773e171dd5defadd.tar.gz
sssd-42c28b9424b6ef8a0021b124773e171dd5defadd.tar.xz
sssd-42c28b9424b6ef8a0021b124773e171dd5defadd.zip
SBUS: Generate introspection from the interface meta structure
https://fedorahosted.org/sssd/ticket/2234 This patch generates the introspection data from the sbus interface meta structure. The generated XML conforms to http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format The XML description of the interface also always includes the org.freedesktop.DBus.Introspectable interface, which this patch also allows in the policy settings.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ace2b6528..de86d2bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -598,6 +598,7 @@ libsss_util_la_SOURCES = \
src/sbus/sssd_dbus_common.c \
src/sbus/sssd_dbus_connection.c \
src/sbus/sssd_dbus_meta.c \
+ src/sbus/sssd_dbus_introspect.c \
src/sbus/sssd_dbus_request.c \
src/sbus/sssd_dbus_server.c \
src/util/util.c \