From c2edf42567d4e3a388bfcddbe4b7171f85de7aa2 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 12 Apr 2006 14:01:21 +0000 Subject: [PATCH] Added splay.c. --- lib/Makefile.Watcom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 0cd7c8375..1692eaab6 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -45,7 +45,8 @@ OBJS = $(OBJ_DIR)\transfer.obj $(OBJ_DIR)\file.obj & $(OBJ_DIR)\hostip6.obj $(OBJ_DIR)\inet_ntop.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)\gtls.obj $(OBJ_DIR)\tftp.obj & + $(OBJ_DIR)\splay.obj RESOURCE = $(OBJ_DIR)\libcurl.res