1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

build: compile_et needs lib/com_err includes

This commit is contained in:
Andrew Tridgell 2010-03-20 17:32:04 -04:00
parent 0597c715b6
commit 055c4898e7

View 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',