1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

build: Add missing ctdb-client dependencies

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2022-05-02 14:25:42 +10:00 committed by Amitay Isaacs
parent d57d624a77
commit 73b27def7b

View File

@ -470,7 +470,15 @@ def build(bld):
client_db.c client_util.c
client_tunnel.c
'''),
deps='replace talloc tevent tdb tdb-wrap')
deps='''ctdb-protocol
ctdb-util
samba-util
replace
talloc
tevent
tdb
tdb-wrap
''')
bld.SAMBA_SUBSYSTEM('ctdb-server-util',
source=bld.SUBDIR('common',
@ -1006,7 +1014,13 @@ def build(bld):
bld.SAMBA_SUBSYSTEM('ctdb-tests-common',
source=bld.SUBDIR('tests/src',
'cluster_wait.c test_options.c'),
deps='samba-util replace popt talloc tevent tdb')
deps='''ctdb-client
samba-util
replace
popt
talloc
tevent
tdb''')
# Test binaries
ctdb_tests = [