From 48a485b6396ba020df1c47cbecd6c9fe442ac8a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 15 Feb 2012 12:26:59 +0100 Subject: s3: Add a second ctdb connect library The existing one is not async at all. --- source3/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index f356e2b276..af8cb84f48 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -41,6 +41,7 @@ REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' LIB_SRC = ''' lib/messages.c lib/messages_local.c lib/messages_ctdbd.c lib/ctdb_packet.c lib/ctdbd_conn.c + lib/ctdb_conn.c lib/id_cache.c lib/talloc_dict.c lib/serverid.c @@ -572,6 +573,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_authinfo_structs.c torture/test_smbsock_any_connect.c torture/test_cleanup.c + torture/test_ctdbconn.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} -- cgit