source: trunk/server/lib/torture/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 235 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_LIBRARY('torture',
4 source='torture.c subunit.c',
5 vnum='0.0.1',
6 pc_files='torture.pc',
7 public_deps='samba-hostconfig samba-util errors talloc tevent subunit',
8 public_headers='torture.h'
9 )
Note: See TracBrowser for help on using the repository browser.