1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/auth/wscript_build
Andrew Bartlett 0c6e4adcb2 ntlmssp: Move ntlmssp code to auth/ntlmssp
This brings in the code from both libcli/auth and
source4/auth/ntlmssp.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-10-18 13:13:31 +11:00

13 lines
337 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('auth_sam_reply',
source='auth_sam_reply.c',
deps='talloc security samba-util',
autoproto='auth_sam_reply.h',
private_library=True
)
bld.RECURSE('gensec')
bld.RECURSE('ntlmssp')
bld.RECURSE('credentials')