repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: add missing pwrite ops to full_audit
[Samba/vl.git]
/
lib
/
addns
/
wscript_build
blob
5fac61c50fea23137eafcfc96588e6fbaff135ee
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'addns'
,
4
source
=
'dnsquery.c dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c'
,
5
public_deps
=
'dnshostsfile samba-util gssapi ndr resolv'
,
6
private_library
=
True
,
7
vars
=
locals
())