s4-waf: removed the AUTOGENERATED markers
[kai/samba-autobuild/.git] / source4 / smb_server / smb2 / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('SMB2_PROTOCOL',
4         source='receive.c negprot.c sesssetup.c tcon.c fileio.c fileinfo.c find.c keepalive.c',
5         autoproto='smb2_proto.h',
6         public_deps='ntvfs LIBPACKET LIBCLI_SMB2 samba_server_gensec'
7         )
8