Add the tpm2asn file to the dist archive for reference by end users. Signed-off-by: Andrew Hamilton <[email protected]> --- conf/Makefile.extra-dist | 1 + 1 file changed, 1 insertion(+)
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 -- 2.43.0 _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
