From 3f7e541415c7f7c60c84ff066e04f3b16a8848f2 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 3 Jul 2007 00:12:03 +0000 Subject: added libcares to static build if ares enabled. --- src/Makefile.netware | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3