From dc825c63c6ae28d443edcce9f7d93daec61a247c Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 28 Sep 2018 14:30:05 +0200 Subject: [PATCH] threadnames: fix tests --- pdns/Makefile.am | 1 + pdns/recursordist/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 05dbd8adbf..898bb2564a 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1300,6 +1300,7 @@ testrunner_SOURCES = \ test-tsig.cc \ test-zoneparser_tng_cc.cc \ testrunner.cc \ + threadname.hh threadname.cc \ tsigverifier.cc tsigverifier.hh \ ueberbackend.cc \ unix_utility.cc \ diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 190a04e787..3c9f768f58 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -269,6 +269,7 @@ testrunner_SOURCES = \ test-tsig.cc \ test-xpf_cc.cc \ testrunner.cc \ + threadname.hh threadname.cc \ tsigverifier.cc tsigverifier.hh \ unix_utility.cc \ validate.cc validate.hh \ -- 2.47.2