mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
endian: Fixed Linux compilation issues
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames.
This commit is contained in:
parent
ee0941a0b7
commit
b40e37f93d
7 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ SOURCE \
|
|||
curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \
|
||||
curl_sasl.c vtls/curl_schannel.c curl_multibyte.c \
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c \
|
||||
curl_sasl_gssapi.c endian.c
|
||||
curl_sasl_gssapi.c curl_endian.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue