blob: 56f17a636d3211e96e4102b7e5a0d16605a45ca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env python
bld.SAMBA_LIBRARY('torture',
source='torture.c subunit.c ../subunit/c/lib/child.c',
includes='../subunit/c/include',
vnum='0.0.1',
pc_files='torture.pc',
public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent',
public_headers='torture.h'
)
|