From: Fred Morcos Date: Mon, 6 Nov 2023 11:27:51 +0000 (+0100) Subject: Meson: Move more files to libpdns-common X-Git-Tag: rec-5.1.0-alpha1~80^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b9620461a0e12b7780be2400e675310927ad89;p=thirdparty%2Fpdns.git Meson: Move more files to libpdns-common --- diff --git a/pdns/meson.build b/pdns/meson.build index 5f25962764..e8c28c3c21 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -255,6 +255,7 @@ libpdns_common = declare_dependency( 'rcpgenerator.cc', 'sillyrecords.cc', 'statbag.cc', + 'stubresolver.cc', 'svc-records.cc', 'unix_utility.cc', extra_files: [ @@ -262,21 +263,22 @@ libpdns_common = declare_dependency( 'base32.hh', 'base64.hh', 'dns.hh', + 'dns_random.hh', 'dnsname.hh', 'dnsparser.hh', 'dnsrecords.hh', 'dnswriter.hh', - 'dns_random.hh', 'ednsoptions.hh', 'ednssubnet.hh', 'iputils.hh', 'json.hh', - 'misc.hh', 'logger.hh', + 'misc.hh', 'proxy-protocol.hh', 'qtype.hh', 'rcpgenerator.hh', 'statbag.hh', + 'stubresolver.hh', 'svc-records.hh', 'utility.hh', ], @@ -312,7 +314,6 @@ libpdns_base = declare_dependency( 'serialtweaker.cc', 'shuffle.cc', 'signingpipe.cc', - 'stubresolver.cc', 'threadname.cc', 'trusted-notification-proxy.cc', 'ueberbackend.cc', @@ -357,7 +358,6 @@ libpdns_base = declare_dependency( 'shuffle.hh', 'signingpipe.hh', 'stat_t.hh', - 'stubresolver.hh', 'threadname.hh', 'trusted-notification-proxy.hh', 'ueberbackend.hh',