summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-11-25 16:45:11 -0500
committerSimo Sorce <idra@samba.org>2008-11-25 19:49:18 -0500
commit6092cf59d7f5d1c0d915c65bde20fdc98f80c950 (patch)
treee3689b6e32d1079e38d00297395be3fbe2291169 /server/configure.ac
parentd4b9a588bade582ba2968f270101032a11981e17 (diff)
downloadsssd-6092cf59d7f5d1c0d915c65bde20fdc98f80c950.tar.gz
sssd-6092cf59d7f5d1c0d915c65bde20fdc98f80c950.tar.xz
sssd-6092cf59d7f5d1c0d915c65bde20fdc98f80c950.zip
Make a binary out of each major sssd component instead of
using the same binary to fork off all services.
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac
index 0862187d5..c65500d4c 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -12,7 +12,7 @@ AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
AC_INIT(ldb, 0.9.2)
-AC_CONFIG_SRCDIR([server.c])
+AC_CONFIG_SRCDIR([monitor.c])
AC_LIBREPLACE_ALL_CHECKS