s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / smb_server / smb2 / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb2/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('SMB2_PROTOCOL',
8         source='receive.c negprot.c sesssetup.c tcon.c fileio.c fileinfo.c find.c keepalive.c',
9         autoproto='smb2_proto.h',
10         public_deps='ntvfs LIBPACKET LIBCLI_SMB2 samba_server_gensec'
11         )
12