From: Christos Tsantilas Date: Wed, 30 May 2012 10:25:42 +0000 (-0600) Subject: Bug 3463: dnsserver fails to compile X-Git-Tag: BumpSslServerFirst.take09~3^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec056f2ad15087c32925cc0a149434dc44b1327;p=thirdparty%2Fsquid.git Bug 3463: dnsserver fails to compile --- diff --git a/src/Makefile.am b/src/Makefile.am index d6ec033826..d84665d75a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -637,7 +637,9 @@ unlinkd_LDADD = \ ## dnsserver is a standalone helper. Do not link to any internal libraries dnsserver_SOURCES = dnsserver.cc -dnsserver_LDADD = $(COMPAT_LIB) +dnsserver_LDADD = \ + $(COMPAT_LIB) \ + $(XTRA_LIBS) recv_announce_SOURCES = recv-announce.cc