blob: 31c386277fb4874f9bfd017ddadbaea5f11c2f68 (
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',
private_headers='torture.h'
)
|