Added share.obj
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Mar 2003 22:39:34 +0000 (22:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Mar 2003 22:39:34 +0000 (22:39 +0000)
lib/Makefile.b32
lib/Makefile.b32.resp
lib/Makefile.vc6

index 87a4643..f9f41b7 100644 (file)
@@ -61,6 +61,7 @@ SOURCES          = \
        strtok.c \\r
        connect.c \\r
         hash.c \\r
+        share.c \\r
         llist.c \\r
         multi.c \\r
         content_encoding.c\r
index c22b064..3d784fd 100644 (file)
@@ -30,6 +30,7 @@
 +strtok.obj &\r
 +connect.obj &\r
 +hash.obj &\r
++share.obj &\r
 +llist.obj &\r
 +multi.obj &\r
 +content_encoding.obj\r
index b1e347a..13160ed 100644 (file)
@@ -200,6 +200,7 @@ X_OBJS= \
        $(DIROBJ)\connect.obj \\r
        $(DIROBJ)\hash.obj \\r
        $(DIROBJ)\llist.obj \\r
+       $(DIROBJ)\share.obj \\r
        $(DIROBJ)\multi.obj\r
 \r
 all : $(TARGET)\r