updated to reality

This commit is contained in:
Daniel Stenberg 2002-12-03 09:32:57 +00:00
parent fa446f860f
commit 199a0311e2
2 changed files with 10 additions and 2 deletions

View file

@ -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)