diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-21 13:50:43 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:59 +1000 |
commit | a538ed1c826b67dafc1e8f1492180f9a17e843dc (patch) | |
tree | b3569d5cb2f814a25db3c32b3497788b8c74de55 /source4 | |
parent | 9e0d0fa25066f658b7ca49e324919738c695917e (diff) | |
download | samba-a538ed1c826b67dafc1e8f1492180f9a17e843dc.tar.gz samba-a538ed1c826b67dafc1e8f1492180f9a17e843dc.tar.bz2 samba-a538ed1c826b67dafc1e8f1492180f9a17e843dc.zip |
build: fixed build of heimdal/lib/roken/err.h
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/wscript_build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 895695f484..46b2c35dea 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -259,6 +259,15 @@ bld.SAMBA_GENERATOR( enabled = not bld.CONFIG_SET('HAVE_IFADDRS_H') ) +bld.SAMBA_GENERATOR( + group='build_compiler_source', + name="HEIMDAL_ERR_H", + rule="ln -f ${SRC} ${TGT}", + source = '../heimdal/lib/roken/err.hin', + target = '../heimdal/lib/roken/err.h', + enabled = not bld.CONFIG_SET('HAVE_ERR_H') + ) + bld.SAMBA_SUBSYSTEM('HEIMDAL_KRB5', bld.SUBDIR('../heimdal/lib/krb5/', '''acache.c add_et_list.c |