blob: 4719ba79c6859f02a36c7fd9375639d1e6dd9a75 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env python
bld.SAMBA_LIBRARY('torture',
source='torture.c subunit.c',
vnum='0.0.1',
pc_files='torture.pc',
public_deps='libsamba-hostconfig libsamba-util errors talloc tevent subunit',
public_headers='torture.h'
)
|