summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-04-04 20:23:44 +1100
committerAmitay Isaacs <amitay@samba.org>2015-10-07 14:53:29 +0200
commit1543eedb8feaa85336216aa22df2145522425184 (patch)
tree2ee364582c7a7e84c6bf2e8e2714bdd1e9910a21 /ctdb/wscript
parente01c0eed38335e7b421ab4f79410f08ab1d31482 (diff)
downloadsamba-1543eedb8feaa85336216aa22df2145522425184.tar.gz
ctdb-common: Add communication endpoint abstraction
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-xctdb/wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 454f03f9727..a08d8617c6b 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -336,7 +336,7 @@ 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'''),
+ pkt_read.c pkt_write.c comm.c'''),
deps='replace talloc tevent tdb tevent-unix-util')
bld.SAMBA_SUBSYSTEM('ctdb-client',
@@ -580,6 +580,9 @@ def build(bld):
'srvid_test',
'pkt_read_test',
'pkt_write_test',
+ 'comm_test',
+ 'comm_server_test',
+ 'comm_client_test',
]
for target in ctdb_unit_tests: