s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[kai/samba-autobuild/.git] / source4 / libcli / smb2 / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/libcli/smb2/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
8         source='transport.c request.c negprot.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c',
9         autoproto='smb2_proto.h',
10         public_deps='LIBCLI_RAW LIBPACKET gensec'
11         )
12