From 2ab3b4547d31f7bfbbd656a306ae192df96d4028 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Dec 2023 09:32:17 +0100 Subject: [PATCH] Move mtasker.?? to recursordist --- .not-formatted | 2 -- pdns/Makefile.am | 1 - pdns/{ => recursordist}/mtasker.cc | 0 pdns/{ => recursordist}/mtasker.hh | 0 4 files changed, 3 deletions(-) rename pdns/{ => recursordist}/mtasker.cc (100%) rename pdns/{ => recursordist}/mtasker.hh (100%) 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 -- 2.47.2