From 3c0e4a2fa126abe6d31ece2b429344c7e8c947a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Mar 2003 22:39:34 +0000 Subject: [PATCH] Added share.obj --- lib/Makefile.b32 | 1 + lib/Makefile.b32.resp | 1 + lib/Makefile.vc6 | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 87a46432d..f9f41b701 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -61,6 +61,7 @@ SOURCES = \ strtok.c \ connect.c \ hash.c \ + share.c \ llist.c \ multi.c \ content_encoding.c diff --git a/lib/Makefile.b32.resp b/lib/Makefile.b32.resp index c22b0641d..3d784fd4a 100644 --- a/lib/Makefile.b32.resp +++ b/lib/Makefile.b32.resp @@ -30,6 +30,7 @@ +strtok.obj & +connect.obj & +hash.obj & ++share.obj & +llist.obj & +multi.obj & +content_encoding.obj diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b1e347a3a..13160ed10 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -200,6 +200,7 @@ X_OBJS= \ $(DIROBJ)\connect.obj \ $(DIROBJ)\hash.obj \ $(DIROBJ)\llist.obj \ + $(DIROBJ)\share.obj \ $(DIROBJ)\multi.obj all : $(TARGET) -- 2.40.0