From 15d567265e65e3d47579232a649d6d54f7b32d35 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 30 May 2012 13:10:57 +0200 Subject: build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient Autobuild-User: Michael Adam Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104 --- source4/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/wscript_build b/source4/wscript_build index 47f251e6e5..3996a12098 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.SAMBA_BINARY('client/smbclient', +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' ) -- cgit