summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-11-29 16:17:23 +1100
committerMartin Schwenke <martins@samba.org>2016-12-05 08:09:22 +0100
commitc9124a001f5abf7bb577a8f5341da4cc7411ed22 (patch)
tree0c3a55335ea1bdb14a429b0c5adfd36df25f06ec /ctdb/wscript
parentc54943f8bb1e5d23502cb594d1b16f253cddf722 (diff)
downloadsamba-c9124a001f5abf7bb577a8f5341da4cc7411ed22.tar.gz
ctdb-logging: Refactor logging code
This extracts the code from following files: - server/ctdb_logging.c - server/ctdb_logging_file.c - server/ctdb_logging_syslog.c This is in preparation for each daemon (and some processes) doing their own loging instead of relying on CTDB. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rw-r--r--ctdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index f4bccefd6a3..85652595573 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -348,7 +348,7 @@ def build(bld):
pkt_read.c pkt_write.c comm.c
logging.c rb_tree.c tunable.c
pidfile.c'''),
- deps='''samba-util tevent-util
+ deps='''samba-util sys_rw tevent-util
replace talloc tevent tdb''')
bld.SAMBA_SUBSYSTEM('ctdb-protocol',