1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Added connect.c. I really need someone to better maintain this makefile...

This commit is contained in:
Daniel Stenberg 2001-11-02 08:32:38 +00:00
parent c84ad40ccd
commit c6caa9fd60

View File

@ -58,7 +58,8 @@ SOURCES = \
version.c \ version.c \
easy.c \ easy.c \
strequal.c \ strequal.c \
strtok.c strtok.c \
connect.c
OBJECTS = $(SOURCES:.c=.obj) OBJECTS = $(SOURCES:.c=.obj)