added libcares to static build if ares enabled.

This commit is contained in:
Gunter Knauf 2007-07-03 00:12:03 +00:00
parent f7e9a21c53
commit 3f7e541415
1 changed files with 3 additions and 0 deletions

View File

@ -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