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
tsocket: try to fix the build on solaris FIONREAD was missing
[ira/wip.git]
/
lib
/
tsocket
/
config.mk
diff --git
a/lib/tsocket/config.mk
b/lib/tsocket/config.mk
index 18cb8260e0ac2ddb4c88af103165322eb0537ffb..c35f0afd6fa28bbea31f36dbc36c10a934ba83b7 100644
(file)
--- a/
lib/tsocket/config.mk
+++ b/
lib/tsocket/config.mk
@@
-5,7
+5,11
@@
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
tsocket_helpers.o \
tsocket_bsd.o \
- tsocket_recvfrom.o)
+ tsocket_recvfrom.o \
+ tsocket_sendto.o \
+ tsocket_connect.o \
+ tsocket_writev.o \
+ tsocket_readv.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\