]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Adapt to file renames
authorFred Morcos <fred.morcos@open-xchange.com>
Fri, 17 Nov 2023 20:31:08 +0000 (21:31 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:56 +0000 (13:28 +0100)
modules/ldapbackend/meson.build
pdns/meson.build

index 0e18c7fd9d184b6eaa6a06019bd9b46aad391ac2..e0291eae789fe8952d9b510eda98fa277b96ff8e 100644 (file)
@@ -2,9 +2,9 @@ sources = [
   'ldapauthenticator.cc',
   'ldapbackend.cc',
   'ldaputils.cc',
-  'master.cc',
   'native.cc',
   'powerldap.cc',
+  'primary.cc',
 ]
 
 extras = [
index c2a25a8493961eb790722497b67a9cd5cd74825b..2186329c827f2366f60de2055e59f39b673761af 100644 (file)
@@ -162,8 +162,10 @@ tool_libs = {
       'auth-main.hh',
       'auth-packetcache.cc',
       'auth-packetcache.hh',
+      'auth-primarycommunicator.cc',
       'auth-querycache.cc',
       'auth-querycache.hh',
+      'auth-secondarycommunicator.cc',
       'auth-zonecache.cc',
       'auth-zonecache.hh',
       'axfr-retriever.cc',
@@ -237,7 +239,6 @@ tool_libs = {
       'lua-auth4.hh',
       'lua-base4.cc',
       'lua-base4.hh',
-      'mastercommunicator.cc',
       'misc.cc',
       'misc.hh',
       'nameserver.cc',
@@ -275,7 +276,6 @@ tool_libs = {
       'signingpipe.cc',
       'signingpipe.hh',
       'sillyrecords.cc',
-      'slavecommunicator.cc',
       'stat_t.hh',
       'statbag.cc',
       'statbag.hh',