diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-02-25 10:13:45 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-02-25 11:01:31 +0100 |
commit | 22c407d8bd01d98498c1960b58b5d49d8dda8899 (patch) | |
tree | b9aaab8437d523b0d6672744b46189bc8e7885c7 | |
parent | 1fbb3f25e972f81aa8322ca69371956789572aea (diff) | |
download | samba-22c407d8bd01d98498c1960b58b5d49d8dda8899.tar.gz samba-22c407d8bd01d98498c1960b58b5d49d8dda8899.tar.bz2 samba-22c407d8bd01d98498c1960b58b5d49d8dda8899.zip |
libcli/nbt/wscript_build - fix build of "lmhosts"
Needs also the "talloc" dependency.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Feb 25 11:01:31 CET 2011 on sn-devel-104
-rw-r--r-- | libcli/nbt/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 6227482b58..6f7a1745b7 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -8,8 +8,8 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', bld.SAMBA_SUBSYSTEM('lmhosts', source='lmhosts.c', - deps='replace') - + deps='replace talloc' + ) if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_LIBRARY('cli-nbt', |