repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib:util: Use C99 initializer for weird_table in charset
[Samba.git]
/
auth
/
wscript_build
blob
a8b0e6cf3eb0bdf3fa4e856e989fb46b617e07b1
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'
)