From: Otto Date: Wed, 14 Apr 2021 09:16:00 +0000 (+0200) Subject: Add histogram.hh to auth files X-Git-Tag: dnsdist-1.6.0~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f827aca66d52360530739899aa35d5c2aa72a2;p=thirdparty%2Fpdns.git Add histogram.hh to auth files --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 26ee57bb95..c9a621c8ad 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -220,6 +220,7 @@ pdns_server_SOURCES = \ dynmessenger.hh \ ednsoptions.cc ednsoptions.hh \ ednssubnet.cc ednssubnet.hh \ + histogram.hh \ iputils.cc iputils.hh \ ixfr.cc ixfr.hh \ json.cc json.hh \ @@ -1326,6 +1327,7 @@ testrunner_SOURCES = \ ednsoptions.cc ednsoptions.hh \ ednssubnet.cc \ gettime.cc gettime.hh \ + histogram.hh \ ipcipher.cc ipcipher.hh \ iputils.cc \ ixfr.cc ixfr.hh \