s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[kai/samba-autobuild/.git] / lib / torture / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../lib/torture/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_LIBRARY('torture',
8         source='torture.c subunit.c',
9         vnum='0.0.1',
10         pc_files='torture.pc',
11         public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent',
12         public_headers='torture.h'
13         )
14