blob: b384c829e3efe9696e6d4243ca2c2f3f49c9309b (
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='wbclient winbind-client torture PAM_ERRORS',
internal_module=True
)
|