From a5f0c6588c1ade7ef0ce98e48dbefbf297681b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Thu, 22 Jan 2026 09:57:54 +0100 Subject: [PATCH] Add missing sources to named-checkconf The included defaultconfig.h in named-checkconf uses bind.keys.h. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4ffc0c5e4c..e979c79040 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,