mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
lib: Reduce deps for "smb_transport"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
32d190a020
commit
6a1c51ee80
@ -6,8 +6,8 @@ def build(bld):
|
|||||||
source='''
|
source='''
|
||||||
read_smb.c
|
read_smb.c
|
||||||
''',
|
''',
|
||||||
deps='errors LIBASYNC_REQ',
|
deps='LIBASYNC_REQ',
|
||||||
public_deps='talloc tevent samba-util',
|
public_deps='talloc tevent',
|
||||||
private_library=True,
|
private_library=True,
|
||||||
public_headers='''
|
public_headers='''
|
||||||
read_smb.h
|
read_smb.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user