wafsamba: point out that local heimdal paths are not included when
authorGünther Deschner <gd@samba.org>
Fri, 30 Mar 2012 13:19:14 +0000 (15:19 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 12 Apr 2012 10:06:41 +0000 (12:06 +0200)
USING_SYSTEM_KRB5 gets set.

Guenther

Signed-off-by: Andreas Schneider <asn@samba.org>
buildtools/wafsamba/samba3.py

index de859dd9192272af91eeceb6945159b80f010500..fef81523c467e286b4f17f2a844cf0665f561cc9 100644 (file)
@@ -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',