summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-02-25 10:13:45 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-02-25 11:01:31 +0100
commit22c407d8bd01d98498c1960b58b5d49d8dda8899 (patch)
treeb9aaab8437d523b0d6672744b46189bc8e7885c7 /libcli/nbt
parent1fbb3f25e972f81aa8322ca69371956789572aea (diff)
downloadsamba-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
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build4
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',