diff options
author | monnerat <pm@datasphere.ch> | 2010-04-20 19:22:03 +0200 |
---|---|---|
committer | monnerat <pm@datasphere.ch> | 2010-04-20 19:23:48 +0200 |
commit | b30ce34d8434e2101087f5929aa8a24fd3efe609 (patch) | |
tree | fe848cdb53e092584845316ceda3e638d2b99866 /lib/Makefile.Watcom | |
parent | 2164b6b463447be71ba0f0f3a7c432a963f745f9 (diff) | |
download | curl-b30ce34d8434e2101087f5929aa8a24fd3efe609.tar.gz |
Add compilation directives for hmac in Watcom,riscos and vc6 platform-specific makefiles.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index d881c8ca6..afa6da3ef 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -52,7 +52,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c & strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c & socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c & curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c & - warnless.c + warnless.c hmac.c OBJS = $(CSOURCES:.c=.obj) OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\) |