]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Add missing ctdb-client dependencies
authorMartin Schwenke <martin@meltin.net>
Mon, 2 May 2022 04:25:42 +0000 (14:25 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 3 May 2022 09:19:31 +0000 (09:19 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/wscript

index 40d52c5d09a0250d3ad5ba30bc19f305031fe817..0445c1c447114dd405a815a728f3752352d5cdb5 100644 (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 = [