Skip to content

Commit

Permalink
updated NetWare makefiles for latest dependency lib versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jun 1, 2010
1 parent 7a088a8 commit 18569d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nw/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ 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.5
endif

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8k
OPENSSL_PATH = ../../openssl-0.9.8n
endif

# Edit the path below to point to your Distribution folder.
Expand All @@ -39,7 +39,7 @@ DEVLARC = $(DEVLDIR).zip
# Edit the vars below to change NLM target settings.
TARGET = libssh2
VERSION = $(LIBSSH2_VERSION)
COPYR = Copyright (c) 2004-2009 Sara Golemon <[email protected]>
COPYR = Copyright (c) 2004-2010 Sara Golemon <[email protected]>
WWWURL = http://www.libssh2.org/
DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL)
MTSAFE = YES
Expand Down
6 changes: 3 additions & 3 deletions nw/test/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ 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.5
endif

# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../../openssl-0.9.8k
OPENSSL_PATH = ../../../openssl-0.9.8n
endif

# Edit the var below to enable static linking of libssh2 and libz
Expand All @@ -31,7 +31,7 @@ LINK_STATIC = 1
SAMPLES = ../../example
TARGETS := $(filter-out x11.nlm,$(patsubst $(SAMPLES)/%.c,%.nlm,$(strip $(wildcard $(SAMPLES)/*.c))))
VERSION = $(LIBSSH2_VERSION)
COPYR = Copyright (c) 2004-2009, Sara Golemon <[email protected]>
COPYR = Copyright (c) 2004-2010, Sara Golemon <[email protected]>
WWWURL = http://www.libssh2.org/
DESCR = libssh2 $(notdir $(@:.def=)) $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL)
MTSAFE = YES
Expand Down

0 comments on commit 18569d7

Please sign in to comment.