diff options
author | Günther Deschner <gd@samba.org> | 2012-03-30 15:19:14 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:41 +0200 |
commit | 011540b5209f9f86cf683d625daf35e9f6744118 (patch) | |
tree | 0da66eecaa9267b3226c33a94a92e3b19b1fb483 /buildtools | |
parent | 1fedb0ae88347bf69b87e515bedb8b4b0ef1a2b3 (diff) | |
download | samba-011540b5209f9f86cf683d625daf35e9f6744118.tar.gz samba-011540b5209f9f86cf683d625daf35e9f6744118.tar.xz samba-011540b5209f9f86cf683d625daf35e9f6744118.zip |
wafsamba: point out that local heimdal paths are not included when
USING_SYSTEM_KRB5 gets set.
Guenther
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/samba3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py index de859dd919..fef81523c4 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', |