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 | |
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')
-rw-r--r-- | source4/auth/kerberos/wscript_build | 2 | ||||
-rw-r--r-- | source4/heimdal_build/wscript_build | 4 | ||||
-rw-r--r-- | source4/libcli/wscript_build | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index c272d294b7..1c3790c399 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('authkrb5', source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c', autoproto='proto.h', - public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err', + public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err asn1', deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET ndr', private_library=True ) 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 ) diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index a691c876d0..950c179d7e 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -58,6 +58,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_WREPL', bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', source='resolve/resolve.c', autoproto='resolve/proto.h', + deps='roken', public_deps='NDR_NBT LIBTSOCKET' ) |