aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-31 14:02:25 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-31 14:02:25 +0000
commitb40e37f93ddbcce9db44e213e925d74d0df9858a (patch)
tree4aec8ad056b10c4d56fd16d7272ec22bf4de2bef /lib/Makefile.vc6
parentee0941a0b79d6ee96fd8db24af96118925fda18f (diff)
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 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index b72488b64..ee20ebe12 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -535,6 +535,7 @@ X_OBJS= \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
$(DIROBJ)\curl_darwinssl.obj \
+ $(DIROBJ)\curl_endian.obj \
$(DIROBJ)\curl_fnmatch.obj \
$(DIROBJ)\curl_gethostname.obj \
$(DIROBJ)\curl_gssapi.obj \
@@ -555,7 +556,6 @@ X_OBJS= \
$(DIROBJ)\dict.obj \
$(DIROBJ)\dotdot.obj \
$(DIROBJ)\easy.obj \
- $(DIROBJ)\endian.obj \
$(DIROBJ)\escape.obj \
$(DIROBJ)\file.obj \
$(DIROBJ)\fileinfo.obj \