mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +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
7 lines
173 B
Python
7 lines
173 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBWBCLIENT',
|
|
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
|
|
deps='LIBWINBIND-CLIENT'
|
|
)
|