From d44e222b757f26333a1733dcbe6c85ced1509d04 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 14 Apr 2007 21:26:03 +0000 Subject: [PATCH] added sftpdir target; fixed linking. --- nw/test/Makefile.netware | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index 6bf38b0..c86badb 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -14,19 +14,19 @@ endif # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../zlib-1.2.3 +ZLIB_PATH = ../../../zlib-1.2.3 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8d +OPENSSL_PATH = ../../../openssl-0.9.8e endif # Edit the var below to enable static linking of libssh2 and libz LINK_STATIC = 1 # Edit the vars below to change NLM target settings. -TARGETS = scp.nlm sftp.nlm ssh2.nlm +TARGETS = scp.nlm sftp.nlm sftpdir.nlm ssh2.nlm VERSION = $(LIBSSH2_VERSION) COPYR = Copyright (c) 2004-2007, Sara Golemon WWWURL = http://www.libssh2.org/ @@ -118,7 +118,7 @@ INCLUDES = -I. -I.. -I../../include LDLIBS = INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_libc -I$(OPENSSL_PATH)/outinc_nw_libc/openssl -#LDLIBS = $(OPENSSL_PATH)/out_nw_libc/crypto.$(LIBEXT) $(OPENSSL_PATH)/out_nw_libc/ssl.$(LIBEXT) +LDLIBS += $(OPENSSL_PATH)/out_nw_libc/ssl.$(LIBEXT) $(OPENSSL_PATH)/out_nw_libc/crypto.$(LIBEXT) IMPORTS += GetProcessSwitchCount RunningProcess ifdef LINK_STATIC