summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-11 15:51:07 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:56 +0100
commita27c6eb8e23db924e0dc67aa71c832be54cda98f (patch)
treeb0672cee3bef829b808db0a6e21b94aec968a941 /lib/tsocket/config.mk
parent6c8bd1005d7440c929d5b70f9faba09e0838b12a (diff)
downloadsamba-a27c6eb8e23db924e0dc67aa71c832be54cda98f.tar.gz
samba-a27c6eb8e23db924e0dc67aa71c832be54cda98f.tar.bz2
samba-a27c6eb8e23db924e0dc67aa71c832be54cda98f.zip
lib/tsocket: add tsocket_readv_send/recv()
metze
Diffstat (limited to 'lib/tsocket/config.mk')
-rw-r--r--lib/tsocket/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk
index 72614a3f82..c35f0afd6f 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -8,7 +8,8 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket_recvfrom.o \
tsocket_sendto.o \
tsocket_connect.o \
- tsocket_writev.o)
+ tsocket_writev.o \
+ tsocket_readv.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\