From 011540b5209f9f86cf683d625daf35e9f6744118 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 30 Mar 2012 15:19:14 +0200 Subject: [PATCH] wafsamba: point out that local heimdal paths are not included when USING_SYSTEM_KRB5 gets set. Guenther Signed-off-by: Andreas Schneider --- buildtools/wafsamba/samba3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py index de859dd9192..fef81523c46 100644 --- a/buildtools/wafsamba/samba3.py +++ b/buildtools/wafsamba/samba3.py @@ -53,6 +53,7 @@ def s3_fix_kwargs(bld, kwargs): # the extra_includes list is relative to the source3 directory extra_includes = [ '.', 'include', 'lib', '../lib/tdb_compat' ] + # local heimdal paths only included when USING_SYSTEM_KRB5 is not set if not bld.CONFIG_SET("USING_SYSTEM_KRB5"): extra_includes += [ '../source4/heimdal/lib/com_err', '../source4/heimdal/lib/gssapi', -- 2.11.4.GIT