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
docs: change default of usershare path to use an entity
[Samba.git]
/
auth
/
wscript_build
blob
57f12702cba40dd982f064ddbaf3587e724c507f
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'auth_sam_reply'
,
4
source
=
'auth_sam_reply.c'
,
5
deps
=
'talloc samba-security samba-util'
,
6
autoproto
=
'auth_sam_reply.h'
,
7
private_library
=
True
8
)
9
10
bld
.
RECURSE
(
'gensec'
)
11
bld
.
RECURSE
(
'ntlmssp'
)
12
bld
.
RECURSE
(
'credentials'
)