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
s3:param: add new lp_idmap_default_backend()
[Samba.git]
/
lib
/
nss_wrapper
/
wscript_build
blob
5f9df3a600c190ebd9ecc7e1fb58096211b86fb6
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_LIBRARY
(
'nss_wrapper'
,
5
source
=
'nss_wrapper.c'
,
6
deps
=
'replace'
,
7
private_library
=
True
,
8
enabled
=
bld
.
CONFIG_SET
(
"NSS_WRAPPER"
),
9
)
10