summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-14 17:27:55 +0200
committerGünther Deschner <gd@samba.org>2010-09-19 20:45:19 +0200
commit55f465576c4602e74a6bc5c194adb27231c520f8 (patch)
tree35aba9ae1dee4e7a63ee99cfc5a3a722bde9c68a /source4/torture/wscript_build
parentf6fa73bbd38100529ae5b1a3133e78148e0f7268 (diff)
downloadsamba-55f465576c4602e74a6bc5c194adb27231c520f8.tar.gz
samba-55f465576c4602e74a6bc5c194adb27231c520f8.tar.bz2
samba-55f465576c4602e74a6bc5c194adb27231c520f8.zip
s4-smbtorture: add LOCAL-NDR-NTLMSSP.
Guenther
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r--source4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 715bec502f..b576a5c95e 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -33,7 +33,7 @@ bld.RECURSE('libnetapi')
bld.RECURSE('libsmbclient')
bld.SAMBA_SUBSYSTEM('TORTURE_NDR',
- source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c ndr/nbt.c',
+ source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c ndr/nbt.c ndr/ntlmssp.c',
autoproto='ndr/proto.h',
deps='torture SERVICE_SMB'
)