aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m323
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index c30a27792..690bc54e2 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -49,6 +49,9 @@ else
CFLAGS += -DCURL_STATICLIB
endif
ifdef ARES
+ ifndef DYN
+ curl_DEPENDENCIES += $(ARES_LIB)/libcares.a
+ endif
CFLAGS += -DUSE_ARES
curl_LDADD += -L$(ARES_LIB) -lcares
endif