From 82306ebfba62758ced3441f5481254a7c4edd860 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 12 Apr 2012 20:51:29 +0200 Subject: Updated dependency lib versions (2nd try). --- lib/Makefile.Watcom | 2 +- lib/Makefile.m32 | 2 +- lib/Makefile.netware | 2 +- lib/Makefile.vc6 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 838f744a4..56f994748 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -89,7 +89,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 !endif !ifdef %librtmp_root diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 7b943ff00..a6270b218 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -31,7 +31,7 @@ OPENSSL_LIBS = -leay32 -lssl32 endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your librtmp package. ifndef LIBRTMP_PATH diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 5d358ad86..94e57c8c5 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -24,7 +24,7 @@ endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your axTLS package. diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index fddf6d56d..63dd0eeb3 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -69,7 +69,7 @@ OPENSSL_PATH = ../../openssl-0.9.8u !ENDIF !IFNDEF LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 !ENDIF !IFNDEF ZLIB_PATH -- cgit v1.2.3