summaryrefslogtreecommitdiff
path: root/lib/torture/wscript_build
blob: 6866624e13bd1ca023cfd2393b30d4adb05ce903 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 LIBSAMBA-ERRORS talloc tevent',
	public_headers='torture.h'
	)