mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
5ad0ed2181
The old approach on doing async libwbclient was never really finished. Go ahead and remove this implementation. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104
11 lines
311 B
Python
11 lines
311 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='LIBWBCLIENT LIBWINBIND-CLIENT torture PAM_ERRORS',
|
|
internal_module=True
|
|
)
|