mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
e09754b46b
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
11 lines
310 B
Python
11 lines
310 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('TORTURE_WINBIND',
|
|
source='winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c',
|
|
autoproto='proto.h',
|
|
subsystem='smbtorture',
|
|
init_function='torture_winbind_init',
|
|
deps='popt wbclient winbind-client torture PAM_ERRORS',
|
|
internal_module=True
|
|
)
|