summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-12-07 16:34:54 +1300
committerJoseph Sutton <jsutton@samba.org>2022-01-19 20:50:35 +0000
commitb2c96d927a661d5e830b271043a6a2be94d4c04d (patch)
treeddb3c58eda4fa8069c6e90dbc5957750eeefaf12 /buildtools
parent40b65c840e03bd5eb7f3b02fe80144650c63c005 (diff)
downloadsamba-b2c96d927a661d5e830b271043a6a2be94d4c04d.tar.gz
s4:heimdal_build: changes required to build after import
For libtommath we do this by using the list from makefile.commo in in libtommath rather than trying to match the list by hand. This will be easier to maintain over the long term. Thanks to work over many years by: - Gary Lockyer <gary@catalyst.net.nz> - Stefan Metzmacher <metze@samba.org> - Andrew Bartlett <abartlet@samba.org> NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN! Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py
index 4277c5f6f2e..72c7b61616d 100644
--- a/buildtools/wafsamba/samba3.py
+++ b/buildtools/wafsamba/samba3.py
@@ -38,8 +38,8 @@ def s3_fix_kwargs(bld, kwargs):
# local heimdal paths must only be included when using our embedded Heimdal
if bld.CONFIG_SET("USING_EMBEDDED_HEIMDAL"):
extra_includes += [ '../source4/heimdal/lib/com_err',
+ '../source4/heimdal/lib/base',
'../source4/heimdal/lib/krb5',
- '../source4/heimdal/lib/gssapi',
'../source4/heimdal/lib/gssapi/gssapi',
'../source4/heimdal_build/include',
'../bin/default/source4/heimdal/lib/asn1' ]