diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-21 15:23:08 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-22 02:51:10 +0100 |
commit | f0a4d3a9d5c77b87104a9a53adf026ee51113e80 (patch) | |
tree | d15c8963f0b8dfc0325c759917fe84278b5b05b7 /source3/wscript_build | |
parent | a94f7768d9f81d0d997f6ed2df8565e8a1838f2c (diff) | |
download | samba-f0a4d3a9d5c77b87104a9a53adf026ee51113e80.tar.gz samba-f0a4d3a9d5c77b87104a9a53adf026ee51113e80.tar.bz2 samba-f0a4d3a9d5c77b87104a9a53adf026ee51113e80.zip |
s3-waf: build bin/smbclient3 for top level build
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e658fd7627..1f0fa03f33 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1106,7 +1106,7 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient', ''', vars=locals()) -bld.SAMBA3_BINARY('client/smbclient', +bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3, source=CLIENT_SRC, deps='''talloc tdb cap resolv POPT_SAMBA3 passdb LIBSMB LIB_NONSMBD PARAM_WITHOUT_REG wbclient param KRBCLIENT LIBMSRPC_GEN |