aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-03 09:32:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-03 09:32:57 +0000
commit199a0311e2b0eff5366f2ed4545278c115c5f9da (patch)
treee85da7d5165857791066948e1a212b10f125f048 /lib/Makefile.b32
parentfa446f860fd5eee8efc20cd9fbf9292fce3340ce (diff)
updated to reality
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b326
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index b72a1b3e3..87a46432d 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -59,7 +59,11 @@ SOURCES = \
easy.c \
strequal.c \
strtok.c \
- connect.c
+ connect.c \
+ hash.c \
+ llist.c \
+ multi.c \
+ content_encoding.c
OBJECTS = $(SOURCES:.c=.obj)