s4:torture/samba3rpc: let rpc.authcontext be more robust against low level code chang...
[mat/samba.git] / source4 / wscript_build
index 06b9e487e3de2eb5e13f14ef9ed5732fc0b25e93..af71e80e17fb83de3e4411c5a5cc5cd3129502af 100644 (file)
@@ -1,12 +1,12 @@
 #!/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'
+       deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
        )
 
 
 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'
        )