summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/smb2/wscript_build')
-rw-r--r--source4/torture/smb2/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/torture/smb2/wscript_build b/source4/torture/smb2/wscript_build
index f4dd847a60..d60c5d2ddb 100644
--- a/source4/torture/smb2/wscript_build
+++ b/source4/torture/smb2/wscript_build
@@ -1,7 +1,10 @@
#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_SMB2',
- source='connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c smb2.c durable_open.c oplock.c dir.c lease.c create.c acls.c read.c compound.c streams.c ioctl.c rename.c session.c',
+ source='''connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c
+ smb2.c durable_open.c durable_v2_open.c oplock.c dir.c lease.c create.c
+ acls.c read.c compound.c streams.c ioctl.c rename.c
+ session.c ''',
subsystem='smbtorture',
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
internal_module=True,