summaryrefslogtreecommitdiff
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2013-02-18 14:20:12 -0500
committerGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2013-03-18 19:21:16 -0400
commit4f9ad057ca1391dac5d3ae3b35563185abae36e3 (patch)
tree817a1932deb8d343459627f8f9078b14ac82c650 /server/Makefile.in
parent0a1b1120ff30703ff6e661a7b7901380f0ce4192 (diff)
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.
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \