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/libcli | |
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/libcli')
-rw-r--r-- | source4/libcli/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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' ) |