summaryrefslogtreecommitdiffstats
path: root/source4/wscript_build
diff options
context:
space:
mode:
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 af71e80e17..1dd13564fb 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
)