diff options
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 06b9e487e3..47f251e6e5 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -2,11 +2,11 @@ bld.SAMBA_BINARY('client/smbclient', source='client/client.c', - deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw' + deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options' ) bld.SAMBA_BINARY('client/cifsdd', source='client/cifsdd.c client/cifsddio.c', - deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS' + deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS param_options' ) |