blob: 81650b2e3effd31a8297c9917a5f13a7a8a1eef0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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='LIBWBCLIENT LIBWINBIND-CLIENT torture PAM_ERRORS',
internal_module=True
)
|