diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-15 12:26:59 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-17 10:21:01 +0200 |
commit | 48a485b6396ba020df1c47cbecd6c9fe442ac8a5 (patch) | |
tree | 645c20b25aa77e99aec70927e8190a1f0eb90ae1 /source3/wscript_build | |
parent | 94cf5cc284ba908675ed5fd573dd101d7b9bad02 (diff) | |
download | samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.gz samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.bz2 samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.zip |
s3: Add a second ctdb connect library
The existing one is not async at all.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
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} |