s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[sfrench/samba-autobuild/.git] / source4 / torture / smb2 / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/torture/smb2/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_MODULE('TORTURE_SMB2',
8         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',
9         subsystem='smbtorture',
10         deps='LIBCLI_SMB2 POPT_CREDENTIALS torture',
11         internal_module=True,
12         autoproto='proto.h',
13         init_function='torture_smb2_init'
14         )
15