aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-23 19:07:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-23 19:07:20 +0000
commit3ea8a4d220067e27ab3b988f35b3ac7b9c27efd4 (patch)
treea8f48832cabc80eb646eff482329c501a929be1b /lib/Makefile.Watcom
parentb0d3ba76a02a27a258048a1014b0d8562890f964 (diff)
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index 9aa649f06..d34b750c5 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -46,7 +46,7 @@ OBJS = $(OBJ_DIR)\transfer.obj $(OBJ_DIR)\file.obj &
$(OBJ_DIR)\hostsyn.obj $(OBJ_DIR)\parsedate.obj &
$(OBJ_DIR)\select.obj $(OBJ_DIR)\sslgen.obj &
$(OBJ_DIR)\gtls.obj $(OBJ_DIR)\tftp.obj &
- $(OBJ_DIR)\splay.obj
+ $(OBJ_DIR)\splay.obj $(OBJ_DIR)\socks.obj
RESOURCE = $(OBJ_DIR)\libcurl.res