summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-08-01 22:36:04 +1000
committerAmitay Isaacs <amitay@samba.org>2015-10-07 14:53:29 +0200
commit54da5c6603059709529d50d4f5c5c39373ca4216 (patch)
tree1b4a15b4e9412636c4f958fbb72e979a1bbb416b /ctdb/wscript
parent1543eedb8feaa85336216aa22df2145522425184 (diff)
downloadsamba-54da5c6603059709529d50d4f5c5c39373ca4216.tar.gz
ctdb-common: Add logging utilities
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-xctdb/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index a08d8617c6b..243ac9b0b78 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -336,7 +336,8 @@ def build(bld):
bld.SAMBA_SUBSYSTEM('ctdb-util',
source=bld.SUBDIR('common',
'''db_hash.c srvid.c reqid.c
- pkt_read.c pkt_write.c comm.c'''),
+ pkt_read.c pkt_write.c comm.c
+ logging.c'''),
deps='replace talloc tevent tdb tevent-unix-util')
bld.SAMBA_SUBSYSTEM('ctdb-client',