summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-08-08 18:30:57 +0200
committerVolker Lendecke <vl@samba.org>2008-08-08 18:30:57 +0200
commitb67def0a55cfd15bdfca8e22380cc32a654faaba (patch)
treeb51e808724f24f4ba737850e99345ce370e60064 /source3/Makefile.in
parent617bf10c66f45b6ed83d7f5441586606261e0560 (diff)
downloadsamba-b67def0a55cfd15bdfca8e22380cc32a654faaba.tar.gz
samba-b67def0a55cfd15bdfca8e22380cc32a654faaba.tar.bz2
samba-b67def0a55cfd15bdfca8e22380cc32a654faaba.zip
Add simple async wrappers around send, recv and connect
To be used later :-) (This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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 \