diff options
author | Guenter Knauf <lists@gknw.net> | 2014-12-05 14:54:25 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2014-12-05 14:54:25 +0100 |
commit | ccfa139c71ae6f6c1557a71d4873fad4487c5233 (patch) | |
tree | 77ac5f756fa2c4587a2b5641a87455eabf2b0986 /lib/Makefile.vxworks | |
parent | aa0e2ac45190acadf29e6ba764f4135d29ccc503 (diff) | |
download | curl-ccfa139c71ae6f6c1557a71d4873fad4487c5233.tar.gz |
build: updated dependencies in makefiles.
Diffstat (limited to 'lib/Makefile.vxworks')
-rw-r--r-- | lib/Makefile.vxworks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.vxworks b/lib/Makefile.vxworks index 0f9de51ed..7ff197f03 100644 --- a/lib/Makefile.vxworks +++ b/lib/Makefile.vxworks @@ -33,8 +33,8 @@ BUILD_TYPE := debug USER_CFLAGS:= # directories where to seek for includes and libraries -OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3/include -OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3 +OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3/include +OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3 ZLIB_INC := D:/libraries/zlib/zlib-1.2.8-VxWorks6.3/zlib-1.2.8 ZLIB_LIB := D:/libraries/zlib/zlib-1.2.8-VxWorks6.3/binaries/vxworks_3.1_gnu/Debug/lib ARES_INC := |