From: Fred Morcos Date: Fri, 17 Nov 2023 20:31:08 +0000 (+0100) Subject: Meson: Adapt to file renames X-Git-Tag: rec-5.1.0-alpha1~80^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701fe65a650d85cf9f02330cdd8ca2b31726c8e9;p=thirdparty%2Fpdns.git Meson: Adapt to file renames --- diff --git a/modules/ldapbackend/meson.build b/modules/ldapbackend/meson.build index 0e18c7fd9d..e0291eae78 100644 --- a/modules/ldapbackend/meson.build +++ b/modules/ldapbackend/meson.build @@ -2,9 +2,9 @@ sources = [ 'ldapauthenticator.cc', 'ldapbackend.cc', 'ldaputils.cc', - 'master.cc', 'native.cc', 'powerldap.cc', + 'primary.cc', ] extras = [ diff --git a/pdns/meson.build b/pdns/meson.build index c2a25a8493..2186329c82 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -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',