From: Otto Moerbeek Date: Tue, 12 Dec 2023 08:32:17 +0000 (+0100) Subject: Move mtasker.?? to recursordist X-Git-Tag: auth-4.9.0-alpha1~14^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab3b4547d31f7bfbbd656a306ae192df96d4028;p=thirdparty%2Fpdns.git Move mtasker.?? to recursordist --- diff --git a/.not-formatted b/.not-formatted index 0bd94aae3a..67fa13f311 100644 --- a/.not-formatted +++ b/.not-formatted @@ -178,8 +178,6 @@ ./pdns/minicurl.hh ./pdns/misc.cc ./pdns/misc.hh -./pdns/mtasker.cc -./pdns/mtasker.hh ./pdns/nameserver.cc ./pdns/nameserver.hh ./pdns/namespaces.hh diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 870588bce0..160e7b5710 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -53,7 +53,6 @@ EXTRA_DIST = \ dnslabeltext.rl \ dnslabeltext.cc \ dnsmessage.proto \ - mtasker.cc \ inflighter.cc \ bindparser.hh \ named.conf.parsertest \ diff --git a/pdns/mtasker.cc b/pdns/recursordist/mtasker.cc similarity index 100% rename from pdns/mtasker.cc rename to pdns/recursordist/mtasker.cc diff --git a/pdns/mtasker.hh b/pdns/recursordist/mtasker.hh similarity index 100% rename from pdns/mtasker.hh rename to pdns/recursordist/mtasker.hh