diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2edfee9c0c..a4a685848d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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 |