From f0a4d3a9d5c77b87104a9a53adf026ee51113e80 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Feb 2011 15:23:08 +1100 Subject: s3-waf: build bin/smbclient3 for top level build Pair-Programmed-With: Andrew Bartlett --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') 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 -- cgit