diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 03:56:27 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 04:46:35 +0100 |
commit | 3b4fd3573e581c610e38cc6a652d57da533062c4 (patch) | |
tree | 9d67f128c8f016fda5fb8f6354e4f24b7d25924b /source4/heimdal_build | |
parent | d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca (diff) | |
download | samba-3b4fd3573e581c610e38cc6a652d57da533062c4.tar.gz samba-3b4fd3573e581c610e38cc6a652d57da533062c4.tar.bz2 samba-3b4fd3573e581c610e38cc6a652d57da533062c4.zip |
heimdal_build: Add missing dependencies when building with system heimdal.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
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 26b9df7e95..77f6a541a5 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -893,14 +893,14 @@ if not bld.CONFIG_SET('USING_SYSTEM_COMPILE_ET'): HEIMDAL_BINARY('samba4kinit', 'kuser/kinit.c', - deps='krb5 heimntlm roken HEIMDAL_VERS', + deps='krb5 heimntlm roken HEIMDAL_VERS hcrypto', install=False ) HEIMDAL_BINARY('samba4kpasswd', 'kpasswd/kpasswd.c', - deps='krb5 heimntlm roken HEIMDAL_VERS', + deps='krb5 heimntlm roken HEIMDAL_VERS hcrypto', install=False ) |