summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-06-21 16:44:02 +1000
committerMartin Schwenke <martins@samba.org>2018-07-05 06:52:44 +0200
commit8250072a8116e04031e6a161c3bbc2af73fae431 (patch)
treec313ff03d696f90ed47bfd670acf897e3a76b6ea /ctdb/wscript
parent0e444c961c0755129d614963fb23cff737cfcaf1 (diff)
downloadsamba-8250072a8116e04031e6a161c3bbc2af73fae431.tar.gz
ctdb-protocol: Remove protocol for old event daemon
This breaks the build. The new eventd protocol cannot be introduced without removing the old eventd protocol. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rw-r--r--ctdb/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 01350e468bf..f91631feaf1 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -426,7 +426,6 @@ def build(bld):
protocol_tunnel.c
protocol_client.c
protocol_debug.c
- protocol_event.c
protocol_sock.c'''),
includes='include',
deps='ctdb-protocol-basic replace talloc tdb')
@@ -872,7 +871,6 @@ def build(bld):
source=bld.SUBDIR('tests/src',
'''protocol_common.c
protocol_common_ctdb.c
- protocol_common_event.c
'''),
includes='include',
deps='ctdb-protocol-tests-basic replace talloc tdb')
@@ -885,7 +883,6 @@ def build(bld):
ctdb_protocol_tests = [
'protocol_types_test',
'protocol_ctdb_test',
- 'protocol_event_test',
'protocol_util_test',
'protocol_types_compat_test',
'protocol_ctdb_compat_test',