From: Fred Morcos Date: Sun, 5 Nov 2023 18:36:02 +0000 (+0100) Subject: Meson: Cleanup libpdns_auth_sources X-Git-Tag: rec-5.1.0-alpha1~80^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf474b07903cc6f4cea388db1060b686ad31e810;p=thirdparty%2Fpdns.git Meson: Cleanup libpdns_auth_sources --- diff --git a/pdns/meson.build b/pdns/meson.build index b78625ebd3..7e0c71e5b4 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -426,21 +426,17 @@ if dep_lua.found() ) endif -libpdns_auth_sources = [ - 'auth-caches.cc', - 'auth-carbon.cc', - 'auth-catalogzone.cc', - 'auth-packetcache.cc', - 'auth-querycache.cc', - 'auth-zonecache.cc', - 'responsestats-auth.cc', - 'secpoll-auth.cc', -] - libpdns_auth = declare_dependency( link_whole: static_library( 'pdns-auth', - libpdns_auth_sources, + 'auth-caches.cc', + 'auth-carbon.cc', + 'auth-catalogzone.cc', + 'auth-packetcache.cc', + 'auth-querycache.cc', + 'auth-zonecache.cc', + 'responsestats-auth.cc', + 'secpoll-auth.cc', extra_files: [ 'auth-caches.hh', 'auth-catalogzone.hh',