summaryrefslogtreecommitdiff
path: root/source4/wscript_build
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 /source4/wscript_build
parent2f2421bae1a8ff46ad54f76d02e6dd1c3ffe3300 (diff)
downloadsamba-3b82b6f53118c4ae257fa83a11d6aed38e500b62.tar.gz
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 'source4/wscript_build')
-rw-r--r--source4/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index af71e80e17f..1dd13564fb0 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -2,7 +2,8 @@
bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
source='client/client.c',
- deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
+ deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc',
+ install=False
)