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/Makefile.in | |
parent | 94cf5cc284ba908675ed5fd573dd101d7b9bad02 (diff) | |
download | samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.gz samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.xz 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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7a565058224..c8fb256de76 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) \ |