repo.or.cz
/
Samba
/
bb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
[Samba/bb.git]
/
libcli
/
dns
/
wscript_build
blob
421dd6dca26a9c5346b02f5e69a01471e620a250
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_SUBSYSTEM
(
'clidns'
,
4
source
=
'dns.c'
,
5
public_deps
=
'LIBTSOCKET tevent-util'
)
6
7
bld
.
SAMBA_SUBSYSTEM
(
'dnshostsfile'
,
8
source
=
'dns_hosts_file.c'
,
9
public_deps
=
'samba-util errors'
)