From 25dc52016305f44777d39fb5c3fb52876781b11c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2002 11:11:06 +0000 Subject: [PATCH] added multi.obj --- lib/Makefile.vc6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index f46749ee6d7cad..176c5806eaf93f 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -198,7 +198,8 @@ X_OBJS= \ $(DIROBJ)\strtok.obj \ $(DIROBJ)\connect.obj \ $(DIROBJ)\hash.obj \ - $(DIROBJ)\llist.obj + $(DIROBJ)\llist.obj \ + $(DIROBJ)\multi.obj all : $(TARGET)