summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-18 09:19:09 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:54 +0100
commita140823cc9d7a47e2fc2ffdb80d63b402f7664c0 (patch)
tree493e9bb19d5ff3c80387bd00c856b533aa3b6ea6 /lib/tsocket/config.mk
parent4002b7bdc132988b44aa83b3d0cd8af54a55fe08 (diff)
downloadsamba-a140823cc9d7a47e2fc2ffdb80d63b402f7664c0.tar.gz
samba-a140823cc9d7a47e2fc2ffdb80d63b402f7664c0.tar.bz2
samba-a140823cc9d7a47e2fc2ffdb80d63b402f7664c0.zip
lib/tsocket: add tsocket_connect_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 cd4225a1d3..b3890408f9 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -6,7 +6,8 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket_helpers.o \
tsocket_bsd.o \
tsocket_recvfrom.o \
- tsocket_sendto.o)
+ tsocket_sendto.o \
+ tsocket_connect.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\