summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-11 14:10:47 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:55 +0100
commit2e44ceaea858a611bcb7018df80a6a00096449ab (patch)
treeec97ecb0421a860e29143cf1b7c7ed9feb72928b /lib/tsocket/config.mk
parenta140823cc9d7a47e2fc2ffdb80d63b402f7664c0 (diff)
downloadsamba-2e44ceaea858a611bcb7018df80a6a00096449ab.tar.gz
samba-2e44ceaea858a611bcb7018df80a6a00096449ab.tar.bz2
samba-2e44ceaea858a611bcb7018df80a6a00096449ab.zip
lib/tsocket: add tsocket_writev_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 b3890408f9..72614a3f82 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -7,7 +7,8 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket_bsd.o \
tsocket_recvfrom.o \
tsocket_sendto.o \
- tsocket_connect.o)
+ tsocket_connect.o \
+ tsocket_writev.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\