summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-04-20 16:28:57 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:03 +0200
commit4fef4fe4986245bfd0ac0c3a3d3a10d330bae09c (patch)
treeb0db047b976263251836a655eff3cdea3ca4812d /source3/Makefile.in
parent88b901b6ee92ea5eb4420981625fb6a6b299e368 (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5fa848c918..4a79f97e75 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -465,6 +465,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
lib/module.o lib/events.o @LIBTEVENT_OBJ0@ \
@CCAN_OBJ@ \
lib/server_contexts.o \
+ lib/server_prefork.o \
lib/ldap_escape.o @CHARSET_STATIC@ \
../libcli/security/secdesc.o ../libcli/security/access_check.o \
../libcli/security/secace.o ../libcli/security/object_tree.o \