repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dns: The QCLASS is called IN, not IP
[Samba/gebeck_regimport.git]
/
source4
/
libcli
/
wbclient
/
wscript_build
blob
85439fc0040db87ec379b8aa4f951f717a3c8245
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'LIBWBCLIENT_OLD'
,
4
source
=
'wbclient.c'
,
5
public_deps
=
'errors events'
,
6
deps
=
'NDR_WINBIND MESSAGING RPC_NDR_WINBIND'
,
7
private_library
=
True
8
)
9