From 4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 20 Apr 2011 16:28:57 -0400 Subject: s3-prefork: implement prefork framework Primarily built for forked off rpc service daemons, but not tied to rpc services and generic enough to be used elsewhere easily. Signed-off-by: Andreas Schneider --- 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 36e8c5068c..2ad6e8d379 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -81,6 +81,7 @@ LIB_SRC = ''' lib/sessionid_tdb.c lib/module.c lib/events.c lib/server_contexts.c + lib/server_prefork.c lib/ldap_escape.c lib/fncall.c libads/krb5_errs.c lib/system_smbd.c lib/audit.c -- cgit