From 1b8c8445bb5829d5f78c01e275564ade8e2e4575 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 31 Oct 2018 14:26:47 +0100 Subject: [PATCH] auth: Add missing ednscookies.hh dependency to the Makefile (cherry picked from commit edb705fbe5476617b524fe05e98ee8d41485c07c) --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2