mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
lib/util: Expose few more subsystems for standalone ctdb build
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
6dcf81a202
commit
2db6eb87b4
@ -70,6 +70,23 @@ bld.SAMBA_SUBSYSTEM('samba-util-core',
|
||||
tevent execinfo pthread strv''',
|
||||
local_include=False)
|
||||
|
||||
bld.SAMBA_LIBRARY('iov_buf',
|
||||
source='iov_buf.c',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA_LIBRARY('msghdr',
|
||||
source='msghdr.c',
|
||||
deps='replace iov_buf',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA_LIBRARY('sys_rw',
|
||||
source='sys_rw.c sys_rw_data.c',
|
||||
deps='replace iov_buf',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
if bld.env.SAMBA_UTIL_CORE_ONLY:
|
||||
|
||||
bld.SAMBA_LIBRARY('tevent-util',
|
||||
@ -182,20 +199,3 @@ else:
|
||||
deps='talloc tdb strv util_tdb tdb-wrap samba-util',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA_LIBRARY('iov_buf',
|
||||
source='iov_buf.c',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA_LIBRARY('msghdr',
|
||||
source='msghdr.c',
|
||||
deps='replace iov_buf',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('sys_rw',
|
||||
source='sys_rw.c sys_rw_data.c',
|
||||
deps='replace iov_buf',
|
||||
local_include=False,
|
||||
private_library=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user