summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-18 09:23:32 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:53 +0100
commitccfd6a6e39ab999df0eba0d9e94cc22f1aa6e000 (patch)
treee8170af680958b1ed170bd4a476073649cd06f6d /lib/tsocket/config.mk
parent6c88d61bdd7333c671f440ada23bca7169cd60fc (diff)
downloadsamba-ccfd6a6e39ab999df0eba0d9e94cc22f1aa6e000.tar.gz
samba-ccfd6a6e39ab999df0eba0d9e94cc22f1aa6e000.tar.bz2
samba-ccfd6a6e39ab999df0eba0d9e94cc22f1aa6e000.zip
lib/tsocket: add tsocket_recvfrom_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 016663ffea..18cb8260e0 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -4,7 +4,8 @@ PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
tsocket_helpers.o \
- tsocket_bsd.o)
+ tsocket_bsd.o \
+ tsocket_recvfrom.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\