From: Remi Gacogne Date: Wed, 31 Oct 2018 13:26:47 +0000 (+0100) Subject: auth: Add missing ednscookies.hh dependency to the Makefile X-Git-Tag: auth-4.1.5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7149%2Fhead;p=thirdparty%2Fpdns.git auth: Add missing ednscookies.hh dependency to the Makefile (cherry picked from commit edb705fbe5476617b524fe05e98ee8d41485c07c) --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index f21d3d1d52..92aa4f35a0 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1150,7 +1150,7 @@ testrunner_SOURCES = \ dnssecsigner.cc \ dnswriter.cc \ ednsoptions.cc ednsoptions.hh \ - ednscookies.cc \ + ednscookies.cc ednscookies.hh \ ednssubnet.cc \ gettime.cc gettime.hh \ gss_context.cc gss_context.hh \