lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helper functions
[ira/wip.git] / lib / tsocket / config.mk
index cd4225a1d3b32166a3185f4be65be53b2d50bbdf..c35f0afd6fa28bbea31f36dbc36c10a934ba83b7 100644 (file)
@@ -6,7 +6,10 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
                                        tsocket_helpers.o \
                                        tsocket_bsd.o \
                                        tsocket_recvfrom.o \
-                                       tsocket_sendto.o)
+                                       tsocket_sendto.o \
+                                       tsocket_connect.o \
+                                       tsocket_writev.o \
+                                       tsocket_readv.o)
 
 PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
                                 tsocket.h\