]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Track new generic rdata files for header generation
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Jun 2026 09:36:50 +0000 (09:36 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 30 Jun 2026 15:03:25 +0000 (17:03 +0200)
brid, dsync, hhit and wallet were missing from the header
dependency list, so edits to them did not regenerate headers.

Assisted-by: Claude:claude-opus-4-8
lib/dns/rdata/generic/meson.build

index 83c2245d200228a3c9ee28860d8b9f1f255ef4c7..4e318bc3da4c78aa7bcace1889ae96e9d61a446c 100644 (file)
@@ -16,6 +16,8 @@ dns_header_depfiles += files(
     'amtrelay_260.h',
     'avc_258.c',
     'avc_258.h',
+    'brid_68.c',
+    'brid_68.h',
     'caa_257.c',
     'caa_257.h',
     'cdnskey_60.c',
@@ -38,12 +40,16 @@ dns_header_depfiles += files(
     'doa_259.h',
     'ds_43.c',
     'ds_43.h',
+    'dsync_66.c',
+    'dsync_66.h',
     'eui48_108.c',
     'eui48_108.h',
     'eui64_109.c',
     'eui64_109.h',
     'gpos_27.c',
     'gpos_27.h',
+    'hhit_67.c',
+    'hhit_67.h',
     'hinfo_13.c',
     'hinfo_13.h',
     'hip_55.c',
@@ -136,6 +142,8 @@ dns_header_depfiles += files(
     'txt_16.h',
     'uri_256.c',
     'uri_256.h',
+    'wallet_262.c',
+    'wallet_262.h',
     'x25_19.c',
     'x25_19.h',
     'zonemd_63.c',