diff options
author | Günther Deschner <gd@samba.org> | 2010-09-14 17:27:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-19 20:45:19 +0200 |
commit | 55f465576c4602e74a6bc5c194adb27231c520f8 (patch) | |
tree | 35aba9ae1dee4e7a63ee99cfc5a3a722bde9c68a /source4/torture/wscript_build | |
parent | f6fa73bbd38100529ae5b1a3133e78148e0f7268 (diff) | |
download | samba-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_build | 2 |
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' ) |