]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Cleanup libpdns_auth_sources
authorFred Morcos <fred.morcos@open-xchange.com>
Sun, 5 Nov 2023 18:36:02 +0000 (19:36 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:53 +0000 (13:28 +0100)
pdns/meson.build

index b78625ebd3f4620a666ead5eb9dad4bdb801c825..7e0c71e5b4ee44b7cee51347d514da311b5ce6df 100644 (file)
@@ -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',