From: Christos Tsantilas Date: Tue, 5 Jun 2012 09:02:11 +0000 (-0600) Subject: Bug 3463: dnsserver fails to compile X-Git-Tag: SQUID_3_1_20~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623c794f78de3f9a04816ed7ba56fbbe0cc27076;p=thirdparty%2Fsquid.git Bug 3463: dnsserver fails to compile --- diff --git a/src/Makefile.am b/src/Makefile.am index 9025b1480e..4fe11dd270 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -565,8 +565,9 @@ recv_announce_SOURCES = recv-announce.cc SquidNew.cc ## dnsserver is a standalone helper. Do not link to any internal libraries dnsserver_SOURCES = dnsserver.cc -## SquidNew.cc tests/stub_debug.cc test_tools.cc time.cc -dnsserver_LDADD = $(COMPAT_LIB) +dnsserver_LDADD = \ + $(COMPAT_LIB) \ + $(XTRA_LIBS) ## What requires what.. ## many things want ACLChecklist.cc