s3compat: use builtin heimdal for com_err, asn1 and related headers
authorAndrew Tridgell <tridge@samba.org>
Mon, 26 Apr 2010 02:36:57 +0000 (12:36 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:30 +0000 (11:12 +1000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/s3compat/wscript_build

index 1d9c2b232176bb53463b328ba01f81fca59c524b..83838ae1098420a508cf9631b5a338bcb7c36f6e 100644 (file)
@@ -826,7 +826,7 @@ SMBD_SRC = bld.EXPAND_VARIABLES('${SMBD_SRC_BASE}', vars=locals())
 
 LIB_SRC = bld.EXPAND_VARIABLES(LIB_SRC, vars=locals())
 
-SAMBA3_INCLUDES = '#source4/s3compat/compat #source4/dynconfig #source3 #source3/lib #source3/include #source3/libaddns #source3/librpc #source3/build'
+SAMBA3_INCLUDES = '#source4/s3compat/compat #source4/dynconfig #source3 #source3/lib #source3/include #source3/libaddns #source3/librpc #source3/build #source4/heimdal_build #source4/heimdal/lib/com_err #source4/heimdal/lib/gssapi #source4/heimdal/lib/krb5 #source4/heimdal/lib/asn1'
 
 s3_vars = locals()