diff options
author | Simo Sorce <idra@samba.org> | 2011-04-20 16:28:57 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-08-10 18:14:03 +0200 |
commit | 4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c (patch) | |
tree | b0db047b976263251836a655eff3cdea3ca4812d /source3/wscript_build | |
parent | 88b901b6ee92ea5eb4420981625fb6a6b299e368 (diff) | |
download | samba-4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c.tar.gz samba-4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c.tar.bz2 samba-4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c.zip |
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 <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |