aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-07-29 11:07:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-07-29 11:07:26 +0000
commitc051438fa182b3c7a622cb5ce0262aa41993756b (patch)
tree23a65de8ab3a43646e884d1ebb00660bb0901f17 /lib/Makefile.m32
parent52e32ac1d30543f005bfb9aabfcf08c370db880c (diff)
Added multi.[co] to the build
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 8f0d9402f..3708deff3 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -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 \
telnet.h getinfo.c strequal.c strequal.h easy.c security.h \
security.c krb4.h krb4.c memdebug.h memdebug.c inet_ntoa_r.h http_chunks.h http_chunks.c \
- strtok.c connect.c hash.c llist.c
+ strtok.c connect.c hash.c llist.c multi.c
libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \
formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \
speedcheck.o getdate.o transfer.o ldap.o ssluse.o version.o \
getenv.o escape.o mprintf.o telnet.o getpass.o netrc.o getinfo.o \
strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \
- strtok.o connect.o hash.o llist.o
+ strtok.o connect.o hash.o llist.o multi.o
LIBRARIES = $(libcurl_a_LIBRARIES)
SOURCES = $(libcurl_a_SOURCES)