1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
2011-08-21 03:22:04 +02:00

10 lines
231 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',
pc_files='wbclient.pc',
public_headers='wbclient.h',
vnum='0'
)