From a538ed1c826b67dafc1e8f1492180f9a17e843dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 21 Mar 2010 13:50:43 +1100 Subject: build: fixed build of heimdal/lib/roken/err.h --- source4/heimdal_build/wscript_build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/heimdal_build/wscript_build') 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 -- cgit