summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-10 21:12:31 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:54 +0100
commit9ed7a45c88d9daeedf818b56ecefd6ce58fcce36 (patch)
tree3585a385439e0a78f02234a22bc394e5a92ba1d9 /lib/tsocket/config.mk
parentccfd6a6e39ab999df0eba0d9e94cc22f1aa6e000 (diff)
downloadsamba-9ed7a45c88d9daeedf818b56ecefd6ce58fcce36.tar.gz
samba-9ed7a45c88d9daeedf818b56ecefd6ce58fcce36.tar.bz2
samba-9ed7a45c88d9daeedf818b56ecefd6ce58fcce36.zip
lib/tsocket: add tsocket_sendto_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 18cb8260e0..cd4225a1d3 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -5,7 +5,8 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
tsocket_helpers.o \
tsocket_bsd.o \
- tsocket_recvfrom.o)
+ tsocket_recvfrom.o \
+ tsocket_sendto.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\