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-06-03 13:16:26 +0200
commite00e430c6eb82673daa2c248e642dec264f211cc (patch)
treec332988a610757d60086fa7672e92c02a36d564d /Makefile.am
parent9cd08bf4b843529c14f71655d62687589301f198 (diff)
downloadsssd-e00e430c6eb82673daa2c248e642dec264f211cc.tar.gz
sssd-e00e430c6eb82673daa2c248e642dec264f211cc.tar.xz
sssd-e00e430c6eb82673daa2c248e642dec264f211cc.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. (cherry picked from commit 42c28b9424b6ef8a0021b124773e171dd5defadd)
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 9e77e6f38..1ddf2ff18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -576,6 +576,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 \