diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-20 17:32:04 -0400 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:57 +1000 |
commit | 055c4898e73f91cf196b03346323d1837ffd8251 (patch) | |
tree | d31b712312feeb22e5711a99c2aea109a6bfba89 | |
parent | 0597c715b6369a1ee46d896aab67f55b98a19e71 (diff) | |
download | samba-055c4898e73f91cf196b03346323d1837ffd8251.tar.gz samba-055c4898e73f91cf196b03346323d1837ffd8251.tar.bz2 samba-055c4898e73f91cf196b03346323d1837ffd8251.zip |
build: compile_et needs lib/com_err includes
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index abae682fd7..b67371b74d 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -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', |