mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
21c2e8b378
This assists with avoiding duplicate symbols. Andrew Bartlett
10 lines
253 B
Python
10 lines
253 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('LIBWBCLIENT_OLD',
|
|
source='wbclient.c',
|
|
public_deps='errors events',
|
|
deps='NDR_WINBIND MESSAGING RPC_NDR_WINBIND',
|
|
private_library=True
|
|
)
|
|
|