summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-04 06:57:26 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-04 06:57:26 +0000
commita7820eb9af08771106e6e119c17e76be1174d5b3 (patch)
tree863f3b85713a01646b8f996059ef7a2111f3b328 /source3/Makefile.in
parent876dd8d9aabbf3a2f79bde50cce9399b39bb17f0 (diff)
downloadsamba-a7820eb9af08771106e6e119c17e76be1174d5b3.tar.gz
samba-a7820eb9af08771106e6e119c17e76be1174d5b3.tar.bz2
samba-a7820eb9af08771106e6e119c17e76be1174d5b3.zip
need LOCKING_OBJ in locktest now
(This used to be commit 89e71994450f479a0f3839f192d868924626fc84)
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 076820ac7f..cdff36999b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -270,7 +270,7 @@ SMBTORTURE_OBJ = utils/torture.o utils/nbio.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
MASKTEST_OBJ = utils/masktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
-LOCKTEST_OBJ = utils/locktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
+LOCKTEST_OBJ = utils/locktest.o $(LOCKING_OBJ) $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
RPCTORTURE_OBJ = utils/rpctorture.o \