summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-19 13:06:02 +0200
committerVolker Lendecke <vl@samba.org>2009-06-19 14:28:22 +0200
commit756f83796fd307ed769bbc049d50c017f5eb4423 (patch)
treebbd742955f9015cf4dbfb802193480187b0a75b5 /source3/Makefile.in
parentb9c99a29286c748bbd706fd8757be6ef3fa9abc1 (diff)
downloadsamba-756f83796fd307ed769bbc049d50c017f5eb4423.tar.gz
samba-756f83796fd307ed769bbc049d50c017f5eb4423.tar.bz2
samba-756f83796fd307ed769bbc049d50c017f5eb4423.zip
Add tiny tldap test
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 c657786b14..5d03886634 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1005,7 +1005,7 @@ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(LIBNMB_OBJ) \
SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \
torture/denytest.o torture/mangle_test.o
-SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) \
+SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
$(LIBSMB_OBJ) $(LDB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) \
@LIBWBCLIENT_STATIC@ \
$(LIBNDR_GEN_OBJ0)