s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / smb_server / smb / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('SMB_PROTOCOL',
8         source='receive.c negprot.c nttrans.c reply.c request.c search.c service.c sesssetup.c srvtime.c trans2.c signing.c',
9         autoproto='smb_proto.h',
10         public_deps='ntvfs LIBPACKET CREDENTIALS samba_server_gensec'
11         )
12