mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2. Undo the library version bump.
9 lines
218 B
Python
9 lines
218 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',
|
|
public_headers='wbclient.h',
|
|
private_library=True
|
|
)
|