From: Fred Morcos Date: Sun, 5 Nov 2023 23:26:50 +0000 (+0100) Subject: Meson: Move more files to libpdns_common X-Git-Tag: rec-5.1.0-alpha1~80^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af83ed0cbfc8b55729772d85f7ec81faf662298a;p=thirdparty%2Fpdns.git Meson: Move more files to libpdns_common --- diff --git a/pdns/meson.build b/pdns/meson.build index 0a2924822e..e4c429d81b 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -227,10 +227,13 @@ libpdns_common = declare_dependency( 'dnsparser.cc', 'dnsrecords.cc', 'dnswriter.cc', + 'ednssubnet.cc', + 'iputils.cc', 'json.cc', 'logger.cc', 'misc.cc', 'nsecrecords.cc', + 'proxy-protocol.cc', 'qtype.cc', 'rcpgenerator.cc', 'sillyrecords.cc', @@ -246,9 +249,12 @@ libpdns_common = declare_dependency( 'dnsparser.hh', 'dnsrecords.hh', 'dnswriter.hh', + 'ednssubnet.hh', + 'iputils.hh', 'json.hh', 'misc.hh', 'logger.hh', + 'proxy-protocol.hh', 'qtype.hh', 'rcpgenerator.hh', 'statbag.hh', @@ -278,12 +284,9 @@ libpdns_base = declare_dependency( 'dynlistener.cc', 'ednscookies.cc', 'ednsoptions.cc', - 'ednssubnet.cc', 'gettime.cc', - 'iputils.cc', 'ixfr.cc', 'opensslsigners.cc', - 'proxy-protocol.cc', 'query-local-address.cc', 'resolver.cc', 'responsestats.cc', @@ -320,10 +323,8 @@ libpdns_base = declare_dependency( 'dynmessenger.hh', 'ednscookies.hh', 'ednsoptions.hh', - 'ednssubnet.hh', 'gettime.hh', 'histogram.hh', - 'iputils.hh', 'ixfr.hh', 'lock.hh', 'logging.hh', @@ -332,7 +333,6 @@ libpdns_base = declare_dependency( 'opensslsigners.hh', 'packetcache.hh', 'pdnsexception.hh', - 'proxy-protocol.hh', 'query-local-address.hh', 'resolver.hh', 'responsestats.hh',