summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-10-06 18:46:43 +0200
committerVolker Lendecke <vl@samba.org>2010-10-08 21:11:45 +0200
commit220aa311d100814be6d396dff96f3825fc01985f (patch)
treead156604f02a52b4cab09f7472e86c1a0e1fc2ac /source3/Makefile.in
parent5e482aeebf43f95aa003c68d25f7773a944b227e (diff)
downloadsamba-220aa311d100814be6d396dff96f3825fc01985f.tar.gz
samba-220aa311d100814be6d396dff96f3825fc01985f.tar.bz2
samba-220aa311d100814be6d396dff96f3825fc01985f.zip
s3: Add a little test for the echo responder
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 c80a8742d7..4d2587fdaa 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1192,6 +1192,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 \
torture/nbench.o \
+ torture/test_async_echo.o \
torture/test_posix_append.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
@@ -1199,7 +1200,7 @@ SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
@LIBWBCLIENT_STATIC@ \
../nsswitch/libwbclient/wbc_async.o \
../nsswitch/libwbclient/wb_reqtrans.o \
- $(LIBNDR_GEN_OBJ0)
+ $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(LIBCLI_ECHO_OBJ)
MASKTEST_OBJ = torture/masktest.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \
$(LIB_NONSMBD_OBJ) \