]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3463: dnsserver fails to compile
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 5 Jun 2012 09:02:11 +0000 (03:02 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 5 Jun 2012 09:02:11 +0000 (03:02 -0600)
src/Makefile.am

index 9025b1480e5a5728ecaa5ce9a6db5958d36d055a..4fe11dd270415d12707642d486c726e21ce19be7 100644 (file)
@@ -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