]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Add SSQLite3 to libpdns-auth
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 21 Aug 2023 16:17:03 +0000 (18:17 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:45 +0000 (13:28 +0100)
pdns/meson.build

index a536f4ace8bf6f0e383bc50d2a627369e66629b8..c74e0f76c0df0bfd1ca32f45f9ded504b5b0914e 100644 (file)
@@ -320,6 +320,7 @@ libpdns_auth = declare_dependency(
     'auth-zonecache.cc',
     'responsestats-auth.cc',
     'secpoll-auth.cc',
+    'ssqlite3.cc',
     extra_files: [
       'auth-caches.hh',
       'auth-catalogzone.hh',
@@ -327,6 +328,7 @@ libpdns_auth = declare_dependency(
       'auth-querycache.hh',
       'auth-zonecache.hh',
       'secpoll-auth.hh',
+      'ssqlite3.hh',
     ],
     dependencies: [
       deps,