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
More simple const fixups.
[Samba.git]
/
nsswitch
/
libwbclient
/
wscript_build
blob
d9255159d047bd854a5b8b20846768029f3a3cfc
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'wbclient'
,
4
source
=
'wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c'
,
5
deps
=
'winbind-client'
,
6
public_headers
=
'wbclient.h'
,
7
vnum
=
'0'
8
)