summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-15 12:26:59 +0100
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:01 +0200
commit48a485b6396ba020df1c47cbecd6c9fe442ac8a5 (patch)
tree645c20b25aa77e99aec70927e8190a1f0eb90ae1 /source3/Makefile.in
parent94cf5cc284ba908675ed5fd573dd101d7b9bad02 (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7a56505822..c8fb256de7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -433,6 +433,7 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o @CRYPTO_MD5_OBJ@ \
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/ctdb_packet.o lib/ctdbd_conn.o \
+ lib/ctdb_conn.o \
lib/id_cache.o \
../lib/socket/interfaces.o lib/memcache.o \
lib/talloc_dict.o \
@@ -1273,6 +1274,7 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta
torture/test_chain3.o \
torture/test_authinfo_structs.o \
torture/test_cleanup.o \
+ torture/test_ctdbconn.o \
torture/t_strappend.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \