summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-23 17:23:13 +0200
committerVolker Lendecke <vl@samba.org>2009-05-01 12:30:58 +0200
commitdb2cc8c9f2ec6f98884b1eb7738148cecdf6fd45 (patch)
treeb87388c09704cc939ce56408936b6c86d31da31a /source3/Makefile.in
parentf3af298e5b1457ba8661fd0e3f5304ad3175f3ba (diff)
downloadsamba-db2cc8c9f2ec6f98884b1eb7738148cecdf6fd45.tar.gz
samba-db2cc8c9f2ec6f98884b1eb7738148cecdf6fd45.tar.bz2
samba-db2cc8c9f2ec6f98884b1eb7738148cecdf6fd45.zip
Add thread pool
Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8bf29ddfda..eb255c2061 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -385,7 +385,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/module.o lib/events.o @LIBTEVENT_OBJ0@ \
lib/ldap_escape.o @CHARSET_STATIC@ \
lib/secdesc.o lib/util_seaccess.o ../libcli/security/secace.o \
- ../libcli/security/secacl.o \
+ ../libcli/security/secacl.o @PTHREADPOOL_OBJ@ \
libads/krb5_errs.o lib/system_smbd.o lib/audit.o $(LIBNDR_OBJ) \
lib/file_id.o lib/idmap_cache.o \
../libcli/security/dom_sid.o ../libcli/security/security_descriptor.o