diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-03 09:32:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-03 09:32:57 +0000 |
commit | 199a0311e2b0eff5366f2ed4545278c115c5f9da (patch) | |
tree | e85da7d5165857791066948e1a212b10f125f048 /lib/Makefile.b32 | |
parent | fa446f860fd5eee8efc20cd9fbf9292fce3340ce (diff) | |
download | curl-199a0311e2b0eff5366f2ed4545278c115c5f9da.tar.gz |
updated to reality
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 6 |
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)
|