From 1a59af8245f183f22d87d067a90197d8e2ea958d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 24 Jun 2014 17:03:28 +0200 Subject: BUILD: Add the DBus service activation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Reviewed-by: Pavel Březina --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dcf2494de..b184b86a3 100644 --- a/configure.ac +++ b/configure.ac @@ -325,5 +325,6 @@ AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config src/lib/sifp/sss_simpleifp.pc src/lib/sifp/sss_simpleifp.doxy src/config/setup.py + src/responder/ifp/org.freedesktop.sssd.infopipe.service src/config/SSSDConfig/__init__.py]) AC_OUTPUT -- cgit