blob: 2e7dc30197190b60af5729bdda9bcfe8fea5cd1d (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env python
bld.SAMBA_LIBRARY('torture',
private_library=True,
source='torture.c subunit.c simple.c',
public_deps='samba-hostconfig samba-util samba-errors talloc tevent talloc_report',
private_headers='torture.h'
)
|