From: Pieter Lexis Date: Fri, 28 Sep 2018 12:30:05 +0000 (+0200) Subject: threadnames: fix tests X-Git-Tag: dnsdist-1.3.3~68^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc825c63c6ae28d443edcce9f7d93daec61a247c;p=thirdparty%2Fpdns.git threadnames: fix tests --- 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 \