summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/wscript_build
blob: 3fbf25451533f46b5fe36e4f038a235f2bff9404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# AUTOGENERATED by mktowscript.pl from ../../source4/auth/ntlmssp/config.mk
# Please remove this notice if hand editing


bld.SAMBA_MODULE('gensec_ntlmssp',
	source='ntlmssp.c ntlmssp_sign.c ntlmssp_client.c ntlmssp_server.c',
	autoproto='proto.h',
	subsystem='gensec',
	init_function='gensec_ntlmssp_init',
	deps='MSRPC_PARSE CREDENTIALS',
	internal_module=True
	)