mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +03:00
Add compilation directives for hmac in Watcom,riscos and vc6 platform-specific makefiles.
This commit is contained in:
parent
2164b6b463
commit
b30ce34d84
3 changed files with 6 additions and 2 deletions
|
|
@ -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\)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue