1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/torture/wscript_build
2010-10-26 10:17:17 -07:00

10 lines
226 B
Python

#!/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'
)