From 4262b8a809f3e7918abefd7af6d17aa8dc90133d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 May 2025 21:35:24 +0200 Subject: [PATCH] libcli/smb: merge smb_transport library into cli_smb_common Signed-off-by: Stefan Metzmacher Reviewed-by: Volker Lendecke --- libcli/smb/wscript | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/libcli/smb/wscript b/libcli/smb/wscript index 984928424db..86f14680741 100644 --- a/libcli/smb/wscript +++ b/libcli/smb/wscript @@ -2,20 +2,9 @@ def build(bld): - bld.SAMBA_LIBRARY('smb_transport', - source=''' - read_smb.c - ''', - deps='LIBASYNC_REQ', - public_deps='talloc tevent', - private_library=True, - private_headers=''' - read_smb.h - ''', - ) - bld.SAMBA_LIBRARY('cli_smb_common', source=''' + read_smb.c smb_signing.c smb_seal.c smb2_negotiate_context.c @@ -49,11 +38,12 @@ def build(bld): ''', deps=''' LIBCRYPTO gnutls NDR_SMB2_LEASE_STRUCT samba-errors gensec krb5samba - smb_transport GNUTLS_HELPERS NDR_IOCTL + LIBASYNC_REQ GNUTLS_HELPERS NDR_IOCTL ''', - public_deps='talloc samba-util iov_buf', + public_deps='talloc tevent samba-util iov_buf', private_library=True, private_headers=''' + read_smb.h smb_common.h smb2_constants.h smb_constants.h -- 2.47.2