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: dnsdist-1.3.3~6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09b9075eef9425ef4b631ce53243a45ff79e8c84;p=pdns 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 6f3910597..27ea2ec7c 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1252,7 +1252,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 \