From 7055827b8ffd3823c1240ba3f0b619dd6068cd51 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Jan 2022 13:15:45 +0100 Subject: HEIMDAL: move code from source4/heimdal* to third_party/heimdal* This makes it clearer that we always want to do heimdal changes via the lorikeet-heimdal repository. Signed-off-by: Stefan Metzmacher Reviewed-by: Joseph Sutton Autobuild-User(master): Joseph Sutton Autobuild-Date(master): Wed Jan 19 21:41:59 UTC 2022 on sn-devel-184 --- wscript_configure_system_heimdal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_configure_system_heimdal') diff --git a/wscript_configure_system_heimdal b/wscript_configure_system_heimdal index 3fd84485314..6033dad08dc 100644 --- a/wscript_configure_system_heimdal +++ b/wscript_configure_system_heimdal @@ -1,7 +1,7 @@ import sys from waflib import Logs -conf.RECURSE('source4/heimdal_build') +conf.RECURSE('third_party/heimdal_build') heimdal_includedirs = [] heimdal_libdirs = [] -- cgit v1.2.1