summaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerng0 <ng0@we.make.ritual.n0.is>2016-11-02 19:03:48 +0000
commit153e5138d1a891d654666eb51016efeb56f2580c (patch)
treeafe1f7763ee1730cc8d64e5e1502cbabac0d361c /src/Makefile.netware
parent3c561c657c2f0e553b19115a506592a8bbd744bc (diff)
downloadgnurl-153e5138d1a891d654666eb51016efeb56f2580c.tar.gz
gnurl-153e5138d1a891d654666eb51016efeb56f2580c.tar.bz2
gnurl-153e5138d1a891d654666eb51016efeb56f2580c.zip
* Patches to rename libcurl to libgnurl by Christiangnurl-7_51_0
* Updated for latest curl using git cherry-pick by Jeff, Florian, ng0 * Patches to fix the testsuite (deleted tests/data/test1139, renamed reference from libcurl.* to libgnurl.*) by ng0
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 3e4f6546d..51fa2637f 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -265,13 +265,13 @@ ENABLE_IPV6 = 1
endif
ifdef LINK_STATIC
- LDLIBS = $(CURL_LIB)/libcurl.$(LIBEXT)
+ LDLIBS = $(CURL_LIB)/libgnurl.$(LIBEXT)
ifdef WITH_ARES
LDLIBS += $(LIBCARES_PATH)/libcares.$(LIBEXT)
endif
else
- MODULES = libcurl.nlm
- IMPORTS = @$(CURL_LIB)/libcurl.imp
+ MODULES = libgnurl.nlm
+ IMPORTS = @$(CURL_LIB)/libgnurl.imp
endif
ifdef WITH_SSH2
# INCLUDES += -I$(LIBSSH2_PATH)/include