mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8 lines
188 B
Python
8 lines
188 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('wbclient',
|
|
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
|
|
deps='winbind-client',
|
|
private_library=True
|
|
)
|