summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/wscript')
-rw-r--r--ctdb/wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index f8259c7c1d6..e3bcdf7e962 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -409,7 +409,9 @@ def build(bld):
logging.c rb_tree.c tunable.c
pidfile.c run_proc.c
hash_count.c run_event.c
- sock_client.c version.c'''),
+ sock_client.c version.c
+ line.c
+ '''),
deps='''samba-util sys_rw tevent-util
replace talloc tevent tdb''')
@@ -765,6 +767,7 @@ def build(bld):
'sock_io_test',
'hash_count_test',
'run_event_test',
+ 'line_test',
]
for target in ctdb_unit_tests: