aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 7d8d03789..8bcaa76dd 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -134,6 +134,9 @@ INCLUDES = -I$(CURL_INC) -I$(CURL_LIB)
ifdef LINK_STATIC
LDLIBS = $(CURL_LIB)/libcurl.$(LIBEXT)
+ifdef WITH_ARES
+ LDLIBS += $(ARES_LIB)/libcares.$(LIBEXT)
+endif
else
MODULES = libcurl.nlm
IMPORTS = @$(CURL_LIB)/libcurl.imp