mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
1341e64772
Change-Id: I2c7045c530183a6961cb253540579312c2767330 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 lines
227 B
Python
10 lines
227 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('torture',
|
|
source='torture.c subunit.c simple.c',
|
|
vnum='0.0.1',
|
|
pc_files='torture.pc',
|
|
public_deps='samba-hostconfig samba-util errors talloc tevent',
|
|
public_headers='torture.h'
|
|
)
|