s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[Samba.git] / auth / wscript_build
blob33cbed07e939f85f749102e0334439a7e5632174
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('authn_policy',
4 source='authn_policy.c',
5 deps='samba-util')
7 bld.SAMBA_LIBRARY('common_auth',
8 source='''auth_sam_reply.c
9 wbc_auth_util.c
10 auth_log.c
11 auth_util.c''',
12 deps='''talloc
13 samba-security
14 samba-util
15 util_str_escape
16 LIBTSOCKET
17 audit_logging
18 jansson
19 MESSAGING_SEND
20 server_id_db
21 ndr-samba''',
22 private_library=True)
24 bld.RECURSE('gensec')
25 bld.RECURSE('ntlmssp')
26 bld.RECURSE('credentials')