blob: a68707a3a0dc3e114bf7eec3f328c7fbde266163 (
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='samba-hostconfig samba-util errors talloc tevent subunit',
	public_headers='torture.h'
	)
 |