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
s3:printing Make print_queue_receive public
[Samba/vl.git]
/
lib
/
torture
/
wscript_build
blob
a68707a3a0dc3e114bf7eec3f328c7fbde266163
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'torture'
,
4
source
=
'torture.c subunit.c'
,
5
vnum
=
'0.0.1'
,
6
pc_files
=
'torture.pc'
,
7
public_deps
=
'samba-hostconfig samba-util errors talloc tevent subunit'
,
8
public_headers
=
'torture.h'
9
)