From 9cc87acfaa891fcd9d60153c019e2d473166e1ef Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Sun, 5 Nov 2023 20:51:24 +0100 Subject: [PATCH] Meson: Rename libpdns_bind_dnssec_schema --- pdns/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/meson.build b/pdns/meson.build index cf456ab1d2..150f986688 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -490,7 +490,7 @@ if not fs.is_file(libpdns_bind_dnssec_schema_h) capture: true, ) endif -libpdns_bind_dnssec_schema_h = declare_dependency( +libpdns_bind_dnssec_schema = declare_dependency( sources: [libpdns_bind_dnssec_schema_h], ) @@ -515,7 +515,7 @@ libpdns_util = declare_dependency( ], dependencies: [ deps, - libpdns_bind_dnssec_schema_h, + libpdns_bind_dnssec_schema, libpdns_ipcipher, ], ) -- 2.47.3