mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
10 lines
226 B
Python
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'
|
|
)
|