summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-01 21:54:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-01 21:54:50 +0000
commit04e714562cde950a6eb15a3ac2d31c078c8f6553 (patch)
tree25c95c5bfb4b3ff80b93b5cf87673545120b72b2
parenta5f13de7049a22fb843d9fad93d8b7d941187f2b (diff)
downloadgnurl-04e714562cde950a6eb15a3ac2d31c078c8f6553.tar.gz
gnurl-04e714562cde950a6eb15a3ac2d31c078c8f6553.tar.bz2
gnurl-04e714562cde950a6eb15a3ac2d31c078c8f6553.zip
Applied Jörn's patch
-rw-r--r--lib/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index c250a0ef5..edefb1bab 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -31,12 +31,12 @@ urldata.h formdata.c hostip.h netrc.h stdcheaders.h formdata.h \
if2ip.c progress.c sendf.c sendf.h speedcheck.c speedcheck.h \
ftp.c ftp.h getpass.c getpass.h version.c timeval.c timeval.h cookie.c \
cookie.h escape.c escape.h getdate.c getdate.h dict.h dict.c http.c \
-http.h telnet.c telnet.h file.c file.h ldap.c ldap.h
+http.h telnet.c telnet.h file.c file.h ldap.c ldap.h writeout.c writeout.h
libcurl_a_OBJECTS = base64.o getenv.o mprintf.o url.o download.o \
getpass.o ssluse.o hostip.o netrc.o formdata.o if2ip.o progress.o \
sendf.o speedcheck.o ftp.o getpass.o version.o timeval.o \
-cookie.o escape.o getdate.o dict.o http.o telnet.o file.o ldap.o
+cookie.o escape.o getdate.o dict.o http.o telnet.o file.o ldap.o writeout.o
LIBRARIES = $(libcurl_a_LIBRARIES)
SOURCES = $(libcurl_a_SOURCES)