From 73b27def7b729de7fc4e48025b1491a609e73332 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 2 May 2022 14:25:42 +1000 Subject: [PATCH] build: Add missing ctdb-client dependencies Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/wscript | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ctdb/wscript b/ctdb/wscript index 40d52c5d09a..0445c1c4471 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -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 = [