1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/torture/winbind/wscript_build
Ira Cooper 38de110b02 third_party/popt: Initial support for popt.
ctdb, ldb, and samba are supported builds for third_party popt.

Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2014-08-09 18:26:17 +02:00

12 lines
332 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_WINBIND',
source='winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c',
allow_warnings=True,
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_winbind_init',
deps='popt wbclient winbind-client torture PAM_ERRORS',
internal_module=True
)