summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-11 14:39:42 +0200
committerJeremy Allison <jra@samba.org>2012-05-17 13:17:22 -0700
commite34b7306fc421741727f20275b9dd4878906ba05 (patch)
tree7ff708f7bfb15e11994b11ec34254a029a89f534 /source3/Makefile.in
parent4e1656a78265efec3b56c3bf410d7d257b409821 (diff)
downloadsamba-e34b7306fc421741727f20275b9dd4878906ba05.tar.gz
samba-e34b7306fc421741727f20275b9dd4878906ba05.tar.bz2
samba-e34b7306fc421741727f20275b9dd4878906ba05.zip
s3: Test whether get_share_mode_lock cleans up stale processes
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 486ec726db..a40154355b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1280,11 +1280,12 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta
torture/t_strappend.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
- $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) \
+ $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(LOCKING_OBJ) \
@LIBWBCLIENT_STATIC@ \
torture/wbc_async.o \
../nsswitch/wb_reqtrans.o \
../libcli/lsarpc/util_lsarpc.o \
+ lib/filename_util.o \
$(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(LIBCLI_ECHO_OBJ)
MASKTEST_OBJ = torture/masktest.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \