mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
0c6e4adcb2
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
13 lines
337 B
Python
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')
|