summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
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\