summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-06-07 05:41:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-06-07 05:41:30 +0000
commit0b0bbffa35315b3855bc369208409fa3e5f335ce (patch)
tree65ccc8b64f9e9b8df8a0877113f639d5090a574d
parent2b35432fcce13785f29cdc11f5bbe65e6fec4261 (diff)
downloadgnurl-0b0bbffa35315b3855bc369208409fa3e5f335ce.tar.gz
gnurl-0b0bbffa35315b3855bc369208409fa3e5f335ce.tar.bz2
gnurl-0b0bbffa35315b3855bc369208409fa3e5f335ce.zip
Jörn corrected the mingw32 makefile
-rw-r--r--lib/Makefile.m326
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 257c001d0..9131eec20 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -33,13 +33,15 @@ libcurl_a_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c base64.c \
urldata.h transfer.c getdate.h ldap.c ssluse.c version.c transfer.h getenv.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
+ security.c krb4.h krb4.c memdebug.h memdebug.c inet_ntoa_r.h http_chunks.h http_chunks.c \
+ strtok.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
+ strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \
+ strtok.o
LIBRARIES = $(libcurl_a_LIBRARIES)
SOURCES = $(libcurl_a_SOURCES)