From 553fe7cb8215869818933f3b4fa8f603c1013bb4 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 18 Oct 2021 17:28:34 +0200 Subject: [PATCH] auth: include stat_t.hh in dist tarball --- pdns/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.47.2