summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-12 15:24:17 -0400
committerSimo Sorce <idra@samba.org>2011-08-21 09:05:04 -0400
commit3451f423d6a70da054c06135bc36daf0677b53f9 (patch)
treee312bddd5e11ff55a74624a213ccafd205325ce1 /source3/Makefile.in
parent0647a93c64ce5d87527d6c9e34688f93e7cd03b3 (diff)
downloadsamba-3451f423d6a70da054c06135bc36daf0677b53f9.tar.gz
samba-3451f423d6a70da054c06135bc36daf0677b53f9.tar.bz2
samba-3451f423d6a70da054c06135bc36daf0677b53f9.zip
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 <asn@samba.org> Signed-off-by: Simo Sorce <idra@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 0332508d02..4937f3003e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -466,6 +466,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
@CCAN_OBJ@ \
lib/server_contexts.o \
lib/server_prefork.o \
+ lib/server_prefork_util.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 \