From b67def0a55cfd15bdfca8e22380cc32a654faaba Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 8 Aug 2008 18:30:57 +0200 Subject: Add simple async wrappers around send, recv and connect To be used later :-) (This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index fa58378eda..6b2abaf8d1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -311,6 +311,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \ lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \ lib/interfaces.o lib/rbtree.o lib/memcache.o \ lib/util_transfer_file.o lib/async_req.o \ + lib/async_sock.o \ $(TDB_OBJ) \ $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \ lib/interface.o lib/md4.o \ -- cgit