repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
torture: Fix an error message
[Samba.git]
/
lib
/
torture
/
wscript_build
blob
31c386277fb4874f9bfd017ddadbaea5f11c2f68
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'torture'
,
4
private_library
=
True
,
5
source
=
'torture.c subunit.c simple.c'
,
6
public_deps
=
'samba-hostconfig samba-util samba-errors talloc tevent'
,
7
private_headers
=
'torture.h'
8
)