diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 14:02:25 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 14:02:25 +0000 |
commit | b40e37f93ddbcce9db44e213e925d74d0df9858a (patch) | |
tree | 4aec8ad056b10c4d56fd16d7272ec22bf4de2bef /packages/Symbian | |
parent | ee0941a0b79d6ee96fd8db24af96118925fda18f (diff) | |
download | curl-b40e37f93ddbcce9db44e213e925d74d0df9858a.tar.gz |
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.
Diffstat (limited to 'packages/Symbian')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index e89ae3d82..2419c206c 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -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 |