Jörn added connect.c
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Nov 2001 08:32:13 +0000 (08:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Nov 2001 08:32:13 +0000 (08:32 +0000)
lib/Makefile.m32

index c892a35..dff5583 100644 (file)
@@ -35,14 +35,14 @@ libcurl_a_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c base64.c \
        ldap.h ssluse.h escape.c getenv.h mprintf.c telnet.c escape.h getpass.c netrc.c \\r
        telnet.h getinfo.c strequal.c strequal.h easy.c security.h              \\r
        security.c krb4.h krb4.c memdebug.h memdebug.c inet_ntoa_r.h http_chunks.h http_chunks.c \\r
-       strtok.c\r
+       strtok.c connect.c\r
 \r
 libcurl_a_OBJECTS =  file.o timeval.o base64.o hostip.o progress.o \\r
        formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \\r
        speedcheck.o getdate.o transfer.o ldap.o ssluse.o version.o \\r
        getenv.o escape.o mprintf.o telnet.o getpass.o netrc.o getinfo.o \\r
        strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \\r
-       strtok.o\r
+       strtok.o connect.o\r
 \r
 LIBRARIES =  $(libcurl_a_LIBRARIES)\r
 SOURCES = $(libcurl_a_SOURCES)\r