From 676f42a6ba6280b839d4bf22c33ed9f65360670e Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 17 Mar 2016 07:05:51 +1100 Subject: [PATCH] ctdb-util: Move rb_tree.c to ctdb-util It doesn't need struct ctdb_context or similar. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/wscript b/ctdb/wscript index 95e5b45f879..16d9d02270d 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -332,7 +332,7 @@ def build(bld): bld.SAMBA_SUBSYSTEM('ctdb-common', source=bld.SUBDIR('common', '''ctdb_io.c ctdb_util.c ctdb_ltdb.c - cmdline.c rb_tree.c'''), + cmdline.c'''), includes='include', deps='replace popt talloc tevent tdb popt ctdb-system') @@ -340,7 +340,7 @@ def build(bld): source=bld.SUBDIR('common', '''db_hash.c srvid.c reqid.c pkt_read.c pkt_write.c comm.c - logging.c'''), + logging.c rb_tree.c'''), deps='replace talloc tevent tdb tevent-unix-util') bld.SAMBA_SUBSYSTEM('ctdb-protocol', -- 2.47.3