aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.riscos
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-08-03 13:09:39 +0200
committerYang Tse <yangsita@gmail.com>2010-08-03 13:09:39 +0200
commit6028fdb3053657ae0bd099b704eca0e108ed9b7d (patch)
tree2c3de92982cfa94d9d7009f53214202923ef6e7b /lib/Makefile.riscos
parent45456135d586e894bc749f9f48d3bc84855636c3 (diff)
build: add missing new files to non-configure target build files
Diffstat (limited to 'lib/Makefile.riscos')
-rw-r--r--lib/Makefile.riscos8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos
index 8c5d85251..375405ee3 100644
--- a/lib/Makefile.riscos
+++ b/lib/Makefile.riscos
@@ -15,7 +15,7 @@ objs = o.base64 o.connect o.cookie o.dict \
o.rawstr o.curl_addrinfo o.slist o.nonblock o.curl_rand \
o.curl_memrchr o.imap o.pop3 o.smtp o.pingpong o.rtsp \
o.curl_threads o.warnless o.hmac o.md5 o.curl_rtmp \
- o.openldap o.polarssl
+ o.openldap o.polarssl o.md4 o.curl_gethostname
# Compile options:
@@ -39,6 +39,9 @@ o.cookie: c.cookie
o.curl_addrinfo: c.curl_addrinfo
gcc $(compileropts) -c -o curl_addrinfo.o c.curl_addrinfo
+o.curl_gethostname: c.curl_gethostname
+ gcc $(compileropts) -c -o curl_gethostname.o c.curl_gethostname
+
o.curl_memrchr: c.curl_memrchr
gcc $(compileropts) -c -o curl_memrchr.o c.curl_memrchr
@@ -117,6 +120,9 @@ o.krb4: c.krb4
o.ldap: c.ldap
gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap
+o.md4: c.md4
+ gcc $(compileropts) -c -o md4.o c.md4
+
o.md5: c.md5
gcc $(compileropts) -c -o md5.o c.md5