]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
build: Add new header files to dist to allow building from tar
authorAndrew Hamilton <adhamilt@gmail.com>
Wed, 11 Jun 2025 03:15:46 +0000 (22:15 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 17 Jun 2025 11:51:46 +0000 (13:51 +0200)
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 <adhamilt@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
conf/Makefile.extra-dist

index 5e7126f9878254c2141c09b9e68ee81be7d28151..b61052a189d87ca2895c23f54fb05b443f0ebfca 100644 (file)
@@ -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