From: Ronnie Sahlberg Date: Tue, 7 Aug 2007 22:25:20 +0000 (+1000) Subject: compile rb_tree.c by default. X-Git-Tag: tevent-0.9.20~348^2~2442^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65d78aade4d9a40982b370c6bab1b26b1ee3c3ac;p=thirdparty%2Fsamba.git compile rb_tree.c by default. this code is not yet called from anywhere but is at least now compiled (This used to be ctdb commit 4bc06e4d1e6e2ff57e33bae93613b12e7ea26bb0) --- diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 9622180ce7c..bc717dda6fb 100644 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -35,7 +35,7 @@ UTIL_OBJ = lib/util/idtree.o lib/util/db_wrap.o lib/util/strlist.o lib/util/util CTDB_COMMON_OBJ = common/ctdb_io.o common/ctdb_util.o \ common/ctdb_ltdb.o common/ctdb_message.o common/cmdline.o \ - lib/util/debug.o @CTDB_SYSTEM_OBJ@ + lib/util/debug.o common/rb_tree.o @CTDB_SYSTEM_OBJ@ CTDB_TCP_OBJ = tcp/tcp_connect.o tcp/tcp_io.o tcp/tcp_init.o