1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib/krb5_wrap/wscript_build

8 lines
192 B
Python
Executable File

#!/usr/bin/env python
bld.SAMBA_LIBRARY('krb5samba',
source='krb5_samba.c',
deps='samba-util asn1util talloc krb5 com_err',
private_library=True
)