summaryrefslogtreecommitdiffstats
path: root/libcli
diff options
context:
space:
mode:
authorJeroen Dekkers <jeroen@dekkers.ch>2013-09-21 01:43:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-04-15 03:25:13 +0200
commit3b82b6f53118c4ae257fa83a11d6aed38e500b62 (patch)
treeb288c39c03a06944c737064d7e48f661c87bb654 /libcli
parent2f2421bae1a8ff46ad54f76d02e6dd1c3ffe3300 (diff)
downloadsamba-3b82b6f53118c4ae257fa83a11d6aed38e500b62.tar.gz
samba-3b82b6f53118c4ae257fa83a11d6aed38e500b62.tar.xz
samba-3b82b6f53118c4ae257fa83a11d6aed38e500b62.zip
Do not install smbclient4 and nmblookup4
Change-Id: I2d91d9c9faa2df084321d10fbdc948acbd2bb735 Signed-off-by: Jeroen Dekkers <jeroen@dekkers.ch> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Apr 15 03:25:13 CEST 2014 on sn-devel-104
Diffstat (limited to 'libcli')
-rwxr-xr-xlibcli/nbt/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index c4a9428142..090789ce99 100755
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -20,7 +20,8 @@ bld.SAMBA_LIBRARY('cli-nbt',
bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4,
source='tools/nmblookup.c',
manpages='man/nmblookup4.1',
- deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
+ deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE',
+ install=False
)
bld.SAMBA_PYTHON('python_netbios',