s4:lib/tls: add tstream_tls_params_client_lpcfg()
[samba.git] / wscript_build_system_heimdal
index 8ec09b4783e57ed05b19cb58cddfe7d0725dcf11..16ed3ed9ed807dae385f47ff8a165252fca25296 100644 (file)
@@ -1,5 +1,10 @@
-import Logs
+from waflib import Logs
 
 Logs.info("\tSelected system Heimdal build")
-bld.RECURSE('source4/kdc')
-bld.RECURSE('source4/heimdal_build')
+
+# Alias subsystem to allow common kerberos code that will
+# otherwise link against MIT's gssapi_krb5 and k5crypto
+#
+# Note: that we also need this if we use system heimdal libraries
+bld.SAMBA_SUBSYSTEM('gssapi_krb5', '', deps='gssapi')
+bld.SAMBA_SUBSYSTEM('k5crypto', '', deps='krb5')