mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
10 lines
241 B
Python
10 lines
241 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='libsamba-hostconfig libsamba-util libsamba-errors talloc tevent subunit',
|
|
public_headers='torture.h'
|
|
)
|