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-printing: add rpc_client/cli_winreg_spoolss.c
[Samba.git]
/
lib
/
socket_wrapper
/
wscript_build
blob
a81c7aa61a9c770b24f197402a42fd64dd00e3a0
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'socket_wrapper'
,
4
source
=
'socket_wrapper.c'
,
5
group
=
'base_libraries'
,
6
private_library
=
True
,
7
enabled
=
bld
.
CONFIG_SET
(
'SOCKET_WRAPPER'
),
8
deps
=
'replace'
)
9