diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-10 09:54:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-10 09:54:49 +0200 |
commit | e390edb46b2abdbb8bf5a6191d05a5a454125c16 (patch) | |
tree | 15ecf0898c2199c955e7ae156853d00fb436c779 /source4/heimdal_build | |
parent | b2e144186419726175b1690da5cf82e991bc72c0 (diff) | |
download | samba-e390edb46b2abdbb8bf5a6191d05a5a454125c16.tar.gz samba-e390edb46b2abdbb8bf5a6191d05a5a454125c16.tar.bz2 samba-e390edb46b2abdbb8bf5a6191d05a5a454125c16.zip |
s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et
metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index f095ff7b61..d136723f68 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -417,7 +417,7 @@ bld.SAMBA_BINARY('asn1_compile', cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', includes='../heimdal/lib/asn1 ../heimdal/lib/roken', group='build_compilers', - deps='HEIMDAL_ROKEN_H replace', + deps='HEIMDAL_ROKEN_H LIBREPLACE_H', install=False ) @@ -428,7 +428,7 @@ bld.SAMBA_BINARY('compile_et', includes='../heimdal/lib/com_err', group='build_compilers', cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', - deps='HEIMDAL_ROKEN_H replace', + deps='HEIMDAL_ROKEN_H LIBREPLACE_H', install=False ) |