python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / auth / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('authn_policy',
4                   source='authn_policy.c',
5                   deps='samba-util')
6
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)
23
24 bld.RECURSE('gensec')
25 bld.RECURSE('ntlmssp')
26 bld.RECURSE('credentials')