1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104
This commit is contained in:
Michael Adam 2012-05-30 13:10:57 +02:00
parent 769908540f
commit 15d567265e
3 changed files with 4 additions and 4 deletions

View File

@ -112,8 +112,8 @@ def cmd_testonly(opt):
binary_mapping = ('nmblookup3:nmblookup,' +
'nmblookup4:nmblookup4,' +
'smbclient3:smbclient3,' +
'smbclient4:smbclient,' +
'smbclient3:smbclient,' +
'smbclient4:smbclient4,' +
'smbtorture4:smbtorture,' +
'ntlm_auth3:ntlm_auth3')

View File

@ -1217,7 +1217,7 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient',
''',
vars=locals())
bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3,
bld.SAMBA3_BINARY('client/smbclient',
source=CLIENT_SRC,
deps='''
talloc

View File

@ -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'
)