]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Move more files to libpdns_common
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 6 Nov 2023 09:18:31 +0000 (10:18 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:54 +0000 (13:28 +0100)
pdns/meson.build

index c1570a7a2ad350225b8ee75bb94fcfd58a4fbb87..9514251241d39f91457e7a3729489ef1cd24bc6d 100644 (file)
@@ -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',