mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8ccbbe042b
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
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'
|
|
)
|