mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
8 lines
192 B
Python
Executable File
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
|
|
)
|