diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-03 00:12:03 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-03 00:12:03 +0000 |
commit | 3f7e541415c7f7c60c84ff066e04f3b16a8848f2 (patch) | |
tree | 15b171c25a6445c57d5953dfff23798f708987c4 /src | |
parent | f7e9a21c53f4587be84df6b1341bac16789f1b4a (diff) | |
download | curl-3f7e541415c7f7c60c84ff066e04f3b16a8848f2.tar.gz |
added libcares to static build if ares enabled.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 3 |
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 |