8ead66dcdcf8c5d9db4460842ba8070d162b2859
[nivanova/samba-autobuild/.git] / source4 / auth / ntlmssp / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/auth/ntlmssp/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_MODULE('gensec_ntlmssp',
8         source='ntlmssp.c ntlmssp_sign.c ntlmssp_client.c ntlmssp_server.c',
9         autoproto='proto.h',
10         subsystem='gensec',
11         init_function='gensec_ntlmssp_init',
12         deps='MSRPC_PARSE CREDENTIALS',
13         internal_module=True
14         )
15