From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- source4/wscript_build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source4/wscript_build (limited to 'source4/wscript_build') diff --git a/source4/wscript_build b/source4/wscript_build new file mode 100644 index 0000000..d204441 --- /dev/null +++ b/source4/wscript_build @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +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 CMDLINE_S4 smbclient-raw dcerpc', + install=False + ) + + +bld.SAMBA_BINARY('client/cifsdd', + source='client/cifsdd.c client/cifsddio.c', + deps='samba-hostconfig LIBCLI_SMB popt CMDLINE_S4 param_options' + ) -- cgit v1.2.3