From 46c92c0b806da041d7a5c6fb64dbcdc474d99b31 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 14 Aug 2007 18:39:26 +0000 Subject: added a dependency for libcares if build with ares support; other minor makefile tweaks. --- src/Makefile.m32 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.m32') 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 -- cgit v1.2.3