]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-build: Add missing dependency on tdb
authorAmitay Isaacs <amitay@gmail.com>
Thu, 28 Jan 2016 12:45:10 +0000 (23:45 +1100)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Feb 2016 07:42:09 +0000 (08:42 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/wscript

index e1fad1755b61a005cf8a326ed47c902f68b04e72..c27f8692a8e91f052dbd521efcbd11a6d9aad388 100755 (executable)
@@ -308,7 +308,7 @@ def build(bld):
                                               '''ibwrapper.c ibw_ctdb.c
                                                  ibw_ctdb_init.c'''),
                             includes='include',
-                            deps='replace talloc tevent')
+                            deps='replace talloc tevent tdb')
         ib_deps = ' ctdb-ib rdmacm ibverbs'
 
     if sys.platform.startswith('linux'):