diff options
author | Michael Adam <obnox@samba.org> | 2012-05-30 13:10:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 06:36:55 +0200 |
commit | 15d567265e65e3d47579232a649d6d54f7b32d35 (patch) | |
tree | ed7496af6a1b94c660bb9af7aa2b95d052760598 /source4/wscript_build | |
parent | 769908540f047f24fcd3c57a90843abca85252b2 (diff) | |
download | samba-15d567265e65e3d47579232a649d6d54f7b32d35.tar.gz |
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
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 47f251e6e56..3996a12098e 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' ) |