From 3451f423d6a70da054c06135bc36daf0677b53f9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 12 Aug 2011 15:24:17 -0400 Subject: s3-prefork: Add common utilities for daemons Daemons using the prefork infrastructure may want to use these utils to configure and manage a pool of children. Signed-off-by: Andreas Schneider Signed-off-by: Simo Sorce --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 8d4a02f33a..5a91e0421f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -82,6 +82,7 @@ LIB_SRC = ''' lib/module.c lib/events.c lib/server_contexts.c lib/server_prefork.c + lib/server_prefork_util.c lib/ldap_escape.c lib/fncall.c libads/krb5_errs.c lib/system_smbd.c lib/audit.c -- cgit