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-scripts: Move connection tracking to 10.interface
[samba4-gss.git]
/
source4
/
libcli
/
wbclient
/
wscript_build
blob
679a2815803662641b97af519ff047ae72461879
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'LIBWBCLIENT_OLD'
,
4
source
=
'wbclient.c'
,
5
public_deps
=
'samba-errors events wbclient'
,
6
cflags
=
'-DWINBINDD_SOCKET_DIR=
\"
%s
\"
'
%
bld
.
env
.
WINBINDD_SOCKET_DIR
,
7
deps
=
'WB_REQTRANS NDR_WINBIND MESSAGING RPC_NDR_WINBIND'
,
8
private_library
=
True
9
)
10