summaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerJeff Burdges <burdges@gnunet.org>2016-08-05 01:52:58 +0200
commit18dc050c703c3b3ef5e0153d655baeb8856b5a6c (patch)
treeee91e39dbc9f8ad68613b701db5f894fe148c74a /src/Makefile.netware
parentf2cb3a01192d36395d16acec6cdb93446ca6fd45 (diff)
downloadgnurl-7_50_1.tar.gz
gnurl-7_50_1.tar.bz2
gnurl-7_50_1.zip
Patches to rename libcurl to libgnurl by Christiangnurl-7_50_1
Updated for latest curl using git cherry-pick by Jeff and Florian
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