From: Fred Morcos Date: Mon, 6 Nov 2023 09:18:31 +0000 (+0100) Subject: Meson: Move more files to libpdns_common X-Git-Tag: rec-5.1.0-alpha1~80^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9934535281fd25093ae5173724d2930fceb062;p=thirdparty%2Fpdns.git Meson: Move more files to libpdns_common --- diff --git a/pdns/meson.build b/pdns/meson.build index c1570a7a2a..9514251241 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -227,6 +227,7 @@ libpdns_common = declare_dependency( 'dnsparser.cc', 'dnsrecords.cc', 'dnswriter.cc', + 'ednsoptions.cc', 'ednssubnet.cc', 'iputils.cc', 'json.cc', @@ -249,6 +250,8 @@ libpdns_common = declare_dependency( 'dnsparser.hh', 'dnsrecords.hh', 'dnswriter.hh', + 'dns_random.hh', + 'ednsoptions.hh', 'ednssubnet.hh', 'iputils.hh', 'json.hh', @@ -283,7 +286,6 @@ libpdns_base = declare_dependency( 'dnssecsigner.cc', 'dynlistener.cc', 'ednscookies.cc', - 'ednsoptions.cc', 'gettime.cc', 'ixfr.cc', 'opensslsigners.cc', @@ -312,7 +314,6 @@ libpdns_base = declare_dependency( 'credentials.hh', 'digests.hh', 'distributor.hh', - 'dns_random.hh', 'dnsbackend.hh', 'dnspacket.hh', 'dnsproxy.hh', @@ -322,7 +323,6 @@ libpdns_base = declare_dependency( 'dynlistener.hh', 'dynmessenger.hh', 'ednscookies.hh', - 'ednsoptions.hh', 'gettime.hh', 'histogram.hh', 'ixfr.hh',