From 4f9ad057ca1391dac5d3ae3b35563185abae36e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Mon, 18 Feb 2013 14:20:12 -0500 Subject: server: c-ares support Add the bits we need to be able to use c-ares for DNS operations in the server. This handles initialization and making sure the resolver's sockets and timeouts are considered in the main loop. --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index a23b509..666e7ec 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -33,7 +33,7 @@ CFLAGS=@CFLAGS@ ALL_CFLAGS=${CFLAGS} -DSYSCONFDIR=\"${sysconfdir}\" -I${top_srcdir}/h \ -I${BUILDTOP}/h -I. ${CPPFLAGS} LDFLAGS=@LDFLAGS@ -LIBS=${LIBZEPHYR} @LIBS@ -lcom_err +LIBS=${LIBZEPHYR} @LIBS@ -lcom_err @ARES_LIBS@ HESIOD_LIBS=@HESIOD_LIBS@ NMOBJS= zsrv_err.o access.o acl_files.o bdump.o class.o client.o common.o \ -- cgit v1.2.3