From: Andrew Hamilton Date: Sat, 25 Oct 2025 15:53:39 +0000 (-0500) Subject: build: Add tpm2key.asn file for reference to dist archive X-Git-Tag: grub-2.14-rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f62269767ed9784939f880bfa8179e87d521ca49;p=thirdparty%2Fgrub.git build: Add tpm2key.asn file for reference to dist archive Add the tpm2key.asn file to the dist archive for reference by end users. Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 6b276b187..288ba1f87 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -75,6 +75,7 @@ EXTRA_DIST += grub-core/efiemu/runtime/config.h EXTRA_DIST += grub-core/tests/asn1/asn1_test.h EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/tests/asn1/tests -name '*.h') EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/commands/tpm2_key_protector -name '*.h') +EXTRA_DIST += grub-core/commands/tpm2_key_protector/tpm2key.asn EXTRA_DIST += grub-core/commands/appendedsig/appendedsig.h