From: Peter van Dijk Date: Mon, 18 Oct 2021 15:28:34 +0000 (+0200) Subject: auth: include stat_t.hh in dist tarball X-Git-Tag: rec-4.6.0-alpha2~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10861%2Fhead;p=thirdparty%2Fpdns.git auth: include stat_t.hh in dist tarball --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 204a12ca85..3bdef54205 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -258,6 +258,7 @@ pdns_server_SOURCES = \ signingpipe.cc signingpipe.hh \ sillyrecords.cc \ slavecommunicator.cc \ + stat_t.hh \ statbag.cc statbag.hh \ stubresolver.cc stubresolver.hh \ svc-records.cc svc-records.hh \ @@ -1359,9 +1360,10 @@ testrunner_SOURCES = \ qtype.cc \ rcpgenerator.cc \ responsestats-auth.cc \ - responsestats.cc \ + responsestats.cc responsestats.hh \ shuffle.cc shuffle.hh \ sillyrecords.cc \ + stat_t.hh \ statbag.cc \ stubresolver.hh stubresolver.cc \ svc-records.cc svc-records.hh \