From b30ce34d8434e2101087f5929aa8a24fd3efe609 Mon Sep 17 00:00:00 2001 From: monnerat Date: Tue, 20 Apr 2010 19:22:03 +0200 Subject: Add compilation directives for hmac in Watcom,riscos and vc6 platform-specific makefiles. --- lib/Makefile.riscos | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.riscos') diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos index f7b071f34..3bfed32db 100644 --- a/lib/Makefile.riscos +++ b/lib/Makefile.riscos @@ -15,7 +15,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ 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.curl_threads o.warnless o.hmac # Compile options: @@ -194,3 +194,6 @@ o.version: c.version o.warnless: c.warnless gcc $(compileropts) -c -o warnless.o c.warnless + +o.hmac: c.hmac + gcc $(compileropts) -c -o hmac.o c.hmac -- cgit v1.2.3