build: compile_et needs lib/com_err includes
authorAndrew Tridgell <tridge@samba.org>
Sat, 20 Mar 2010 21:32:04 +0000 (17:32 -0400)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:57 +0000 (20:26 +1000)
source4/heimdal_build/wscript_build

index abae682fd7d65c92654a15e32b9dd32682f051b9..b67371b74d99baf5635a36e9a45b0a045f356ee7 100644 (file)
@@ -388,6 +388,7 @@ bld.SAMBA_BINARY('asn1_compile',
 bld.SAMBA_BINARY('compile_et',
        '../heimdal/lib/vers/print_version.c ../heimdal/lib/com_err/parse.c ../heimdal/lib/com_err/lex.c ../heimdal/lib/com_err/compile_et.c',
        use_hostcc=True,
+       includes='../heimdal/lib/com_err',
         group='build_compilers',
         cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_ -DFOO2',
        deps='HEIMDAL_ROKEN_H replace',