]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Rename libpdns_bind_dnssec_schema
authorFred Morcos <fred.morcos@open-xchange.com>
Sun, 5 Nov 2023 19:51:24 +0000 (20:51 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:53 +0000 (13:28 +0100)
pdns/meson.build

index cf456ab1d2b6193e61e180faec3e4611078d29bf..150f9866882fbf3e1553c60cc08ae59bae5c0ec2 100644 (file)
@@ -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,
     ],
   )