summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-02-23 16:54:02 -0500
committerSimo Sorce <idra@samba.org>2009-02-24 11:23:32 -0500
commit7a7adf458bd8519e68960748af0222b794e0a02b (patch)
tree0a7e8587d3339858690c88cdafc567fe9356264f /server/configure.ac
parent13421cbe0af4343f9d110600755ffa756690b282 (diff)
downloadsssd-7a7adf458bd8519e68960748af0222b794e0a02b.tar.gz
sssd-7a7adf458bd8519e68960748af0222b794e0a02b.tar.xz
sssd-7a7adf458bd8519e68960748af0222b794e0a02b.zip
Add D-BUS introspection to InfoPipe This function is necessary to play nice with D-BUS clients built in multiple languages. It will read in the XML file on the first request and store the returned XML as a component of the sbus_message_handler_ctx for the connection. All subsequent requests during the process' lifetime will be returned from the stored memory. This is perfectly safe, as the available methods cannot change during the process lifetime.
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/configure.ac b/server/configure.ac
index fda38db2f..4ef3ffc97 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -29,6 +29,9 @@ EXTRA_OBJ=""
SSSD_LIBEXEC_PATH=$libexecdir/$PACKAGE_NAME
AC_SUBST(SSSD_LIBEXEC_PATH)
+SSSD_INTROSPECT_PATH=$datarootdir/$PACKAGE_NAME/introspect
+AC_SUBST(SSSD_INTROSPECT_PATH)
+
m4_include(build_macros.m4)
BUILD_WITH_SHARED_BUILD_DIR