aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-07-26 16:41:27 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-07-26 16:41:27 -0700
commiteb33f5d1f87f58bc55496c750e6f834c985ee7ba (patch)
treee6ebd1ac26e046caf87eac221895272421c4e585 /lib/Makefile.Watcom
parentcef30e0924aff22d1c4c891ea46410794d63e2f7 (diff)
Added md4.c to the Watcom makefile
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index a418dc0f1..cf7cdabbb 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -46,7 +46,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c &
netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c &
curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c &
krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c &
- multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c &
+ multi.c content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c &
http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c &
hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c &
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c &