From: Fred Morcos Date: Mon, 21 Aug 2023 16:17:03 +0000 (+0200) Subject: Meson: Add SSQLite3 to libpdns-auth X-Git-Tag: rec-5.1.0-alpha1~80^2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3eac6bbcf420b1dec15d6e879fd508a60d5f836;p=thirdparty%2Fpdns.git Meson: Add SSQLite3 to libpdns-auth --- diff --git a/pdns/meson.build b/pdns/meson.build index a536f4ace8..c74e0f76c0 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -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,