aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-03 22:39:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-03 22:39:34 +0000
commit3c0e4a2fa126abe6d31ece2b429344c7e8c947a3 (patch)
tree1a802d81d13e79b56c4a6de8aee3370fa1490dfb
parentc753072ae14495e3a02c5e2d44b6d346465a0c95 (diff)
Added share.obj
-rw-r--r--lib/Makefile.b321
-rw-r--r--lib/Makefile.b32.resp1
-rw-r--r--lib/Makefile.vc61
3 files changed, 3 insertions, 0 deletions
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)