]> 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 11:27:51 +0000 (12:27 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:55 +0000 (13:28 +0100)
pdns/meson.build

index 5f259627649743111002c2b06fe219b07e3d898d..e8c28c3c21a3bbbe2b4103d0beacceaa0d763686 100644 (file)
@@ -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',