git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/tsocket: add tsocket_sendto_send/recv()
[ira/wip.git]
/
lib
/
tsocket
/
config.mk
diff --git
a/lib/tsocket/config.mk
b/lib/tsocket/config.mk
index 2ba6b3969c0f5c8ec497f5c6d6775ab0cf760f24..cd4225a1d3b32166a3185f4be65be53b2d50bbdf 100644
(file)
--- a/
lib/tsocket/config.mk
+++ b/
lib/tsocket/config.mk
@@
-3,7
+3,10
@@
PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
- tsocket_helpers.o)
+ tsocket_helpers.o \
+ tsocket_bsd.o \
+ tsocket_recvfrom.o \
+ tsocket_sendto.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\