From ce23919cac1bee0a9aa73611da66496bf5db57ac Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 10 Jun 2025 22:15:46 -0500 Subject: [PATCH] build: Add new header files to dist to allow building from tar Several new header files have been added to GRUB which need to be manually added to the dist archive. This allows building from the tar archive created by "make dist". Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- conf/Makefile.extra-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 5e7126f98..b61052a18 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -35,6 +35,9 @@ EXTRA_DIST += grub-core/lib/libgcrypt-grub/mpi/generic EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h') EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h') 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/lib/LzmaDec.c -- 2.47.3