replmd: Only modify the object if it actually changed
[samba.git] / auth / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('common_auth',
4                   source='''auth_sam_reply.c
5                             wbc_auth_util.c
6                             auth_log.c
7                             auth_util.c''',
8                   deps='''talloc
9                           samba-security
10                           samba-util
11                           util_str_escape
12                           LIBTSOCKET
13                           audit_logging
14                           jansson
15                           MESSAGING_SEND
16                           server_id_db
17                           ndr-samba''',
18                   private_library=True)
19
20 bld.RECURSE('gensec')
21 bld.RECURSE('ntlmssp')
22 bld.RECURSE('credentials')