]> git.ipfire.org Git - thirdparty/samba.git/blame - wscript_build_system_heimdal
s4:lib/tls: add support for gnutls_certificate_set_x509_{system_trust,trust_dir}()
[thirdparty/samba.git] / wscript_build_system_heimdal
CommitLineData
72a9e6d1 1from waflib import Logs
0a4ab49c 2
85dbc023 3Logs.info("\tSelected system Heimdal build")
a3ee0ce2
JS
4
5# Alias subsystem to allow common kerberos code that will
6# otherwise link against MIT's gssapi_krb5 and k5crypto
7#
8# Note: that we also need this if we use system heimdal libraries
9bld.SAMBA_SUBSYSTEM('gssapi_krb5', '', deps='gssapi')
10bld.SAMBA_SUBSYSTEM('k5crypto', '', deps='krb5')