From 9f21f74fbde6bdbdcdca5926cdb9a810bddc2d2a Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 4 Jul 2007 13:45:46 +0000 Subject: enabled ares build. --- lib/Makefile.m32 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/Makefile.m32') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 76145917d..d16325456 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -19,6 +19,8 @@ ifndef ZLIB_PATH ZLIB_PATH = ../../zlib-1.2.3 endif +ARES_LIB = ../ares + CC = gcc AR = ar RM = rm -f @@ -30,6 +32,11 @@ STRIP = strip -g INCLUDES = -I. -I../include CFLAGS = -g -O2 -DBUILDING_LIBCURL -DHAVE_LONGLONG +ifdef ARES + INCLUDES += -I$(ARES_LIB) + CFLAGS += -DUSE_ARES + DLL_LIBS += -L$(ARES_LIB) -lcares +endif ifdef SSH2 INCLUDES += -I"$(LIBSSH2_PATH)/include" -I"$(LIBSSH2_PATH)/win32" CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -- cgit v1.2.3