repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-doc: Drop unnecessary, broken attempt at rpc.statd stack trace
[samba4-gss.git]
/
auth
/
wscript_build
blob
33cbed07e939f85f749102e0334439a7e5632174
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'
)