From: Nicki Křížek Date: Thu, 22 Jan 2026 08:57:54 +0000 (+0100) Subject: Add missing sources to named-checkconf X-Git-Tag: v9.21.18~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f0c6588c1ade7ef0ce98e48dbefbf297681b5c;p=thirdparty%2Fbind9.git Add missing sources to named-checkconf The included defaultconfig.h in named-checkconf uses bind.keys.h. --- diff --git a/meson.build b/meson.build index 4ffc0c5e4c2..e979c790407 100644 --- a/meson.build +++ b/meson.build @@ -1511,6 +1511,7 @@ executable( implicit_include_directories: true, include_directories: [bin_inc], install: true, + sources: bind_keys, dependencies: [ libisc_dep, libdns_dep,