From: Mate Kukri Date: Thu, 24 Jul 2025 09:33:44 +0000 (+0100) Subject: build: Add util/import_gcrypt_inth.sed to EXTRA_DISTS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb76b064d207b9d90339176230223850456c62b0;p=thirdparty%2Fgrub.git build: Add util/import_gcrypt_inth.sed to EXTRA_DISTS This new file was not added to the distribution tarball during the last libgcrypt import. Fixes: 0739d24cd164 (libgcrypt: Adjust import script, definitions and API users for libgcrypt 1.11) Signed-off-by: Mate Kukri Reviewed-by: Daniel Kiper --- diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index f4e3c5fba..3edbb1872 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -51,6 +51,7 @@ EXTRA_DIST += BUGS EXTRA_DIST += util/i386/efi/grub-dumpdevtree EXTRA_DIST += util/spkmodem-recv.c EXTRA_DIST += util/import_gcrypth.sed +EXTRA_DIST += util/import_gcrypt_inth.sed EXTRA_DIST += util/bin2h.c EXTRA_DIST += util/grub-gen-asciih.c EXTRA_DIST += util/grub-gen-widthspec.c