mirror of
https://github.com/samba-team/samba.git
synced 2025-06-22 07:17:05 +03:00
9 lines
164 B
Python
9 lines
164 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_OLD',
|
|
source='wbclient.c',
|
|
public_deps='errors events',
|
|
deps='NDR_WINBIND MESSAGING RPC_NDR_WINBIND'
|
|
)
|
|
|