repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libwbclient: Make wbcResolveWinsByIP not use talloc
[Samba/ekacnet.git]
/
lib
/
torture
/
wscript_build
blob
6866624e13bd1ca023cfd2393b30d4adb05ce903
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_LIBRARY
(
'torture'
,
5
source
=
'torture.c subunit.c'
,
6
vnum
=
'0.0.1'
,
7
pc_files
=
'torture.pc'
,
8
public_deps
=
'LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent'
,
9
public_headers
=
'torture.h'
10
)
11