From: Martin Schwenke Date: Mon, 2 May 2022 04:25:42 +0000 (+1000) Subject: build: Add missing ctdb-client dependencies X-Git-Tag: talloc-2.3.4~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b27def7b729de7fc4e48025b1491a609e73332;p=thirdparty%2Fsamba.git build: Add missing ctdb-client dependencies Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- 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 = [