summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-06-24 17:03:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-14 11:45:01 +0200
commit6cbd995992a91efb947ee6b62e67e19b8804bb06 (patch)
tree50543aaa31c3d3cbf768557047452dbde6758520 /configure.ac
parent9f73110a498fc98fa644532f90b96b39cf9ef597 (diff)
downloadsssd-6cbd995992a91efb947ee6b62e67e19b8804bb06.tar.gz
sssd-6cbd995992a91efb947ee6b62e67e19b8804bb06.tar.xz
sssd-6cbd995992a91efb947ee6b62e67e19b8804bb06.zip
BUILD: Add the DBus service activation
The system bus has the ability to start services on demant. This patch adds the sysbus service activation file that, currently, only calls the sss_signal tool to signal the monitor.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 019a46edc..2acef71ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,5 +309,6 @@ AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config
src/sss_client/idmap/sss_nss_idmap.pc
src/sss_client/idmap/sss_nss_idmap.doxy
src/config/setup.py
+ src/responder/ifp/org.freedesktop.sssd.infopipe.service
src/config/SSSDConfig/__init__.py])
AC_OUTPUT