diff options
author | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
commit | 5be2499e164ed017181ee7c320752cb1ffe196f5 (patch) | |
tree | cd67c9bf17c1e37924519d28078ffbe381728f9d /src | |
parent | f44d0aedc17af20251788303d9ca62949b61c1d9 (diff) |
Updated dependency libs.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 2 | ||||
-rw-r--r-- | src/Makefile.b32 | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/Makefile.vc6 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index a65924e1b..761ceb515 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -90,7 +90,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8x +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8y !endif !ifdef %ares_root diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 31d89f6e2..4622868ab 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.7 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8x +OPENSSL_PATH = ..\..\openssl-0.9.8y !endif # Set program's name diff --git a/src/Makefile.m32 b/src/Makefile.m32 index b56e206ca..891a000a5 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.7 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8x +OPENSSL_PATH = ../../openssl-0.9.8y endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH diff --git a/src/Makefile.netware b/src/Makefile.netware index 82d24b94c..2b252c908 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -19,7 +19,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8x +OPENSSL_PATH = ../../openssl-0.9.8y endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 4a23c98cc..02665c9e2 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -56,7 +56,7 @@ PROGRAM_NAME = curl.exe !IFNDEF OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8x
+OPENSSL_PATH = ../../openssl-0.9.8y
!ENDIF
!IFNDEF ZLIB_PATH
|