diff options
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build new file mode 100644 index 0000000000..06b9e487e3 --- /dev/null +++ b/source4/wscript_build @@ -0,0 +1,12 @@ +#!/usr/bin/env python + +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' + ) + + +bld.SAMBA_BINARY('client/cifsdd', + source='client/cifsdd.c client/cifsddio.c', + deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS' + ) |