mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
c5ae099152
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 00:34:56 UTC 2010 on sn-devel-104
16 lines
458 B
Python
16 lines
458 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('KERBEROS',
|
|
source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c',
|
|
autoproto='proto.h',
|
|
public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err',
|
|
deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET LIBNDR'
|
|
)
|
|
|
|
bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL',
|
|
autoproto='kerberos_util.h',
|
|
source='kerberos_util.c',
|
|
deps='KERBEROS com_err ldb SECRETS',
|
|
)
|
|
|