ad58010
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
ad58010
From: Will Thompson <wjt@endlessm.com>
ad58010
Date: Fri, 13 Jul 2018 05:51:54 +0100
ad58010
Subject: [PATCH] Add loadenv to blscfg and loadenv source file list
ad58010
MIME-Version: 1.0
ad58010
Content-Type: text/plain; charset=UTF-8
ad58010
Content-Transfer-Encoding: 8bit
ad58010
ad58010
Without this, `make distcheck` fails because loadenv.h is not included
ad58010
in the source tarball.
ad58010
ad58010
This broke in ‘Add blscfg command support to parse BootLoaderSpec config
ad58010
fragments’.
ad58010
ad58010
Signed-off-by: Will Thompson <wjt@endlessm.com>
ad58010
---
ad58010
 grub-core/Makefile.core.def | 2 ++
ad58010
 1 file changed, 2 insertions(+)
ad58010
ad58010
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
5a73eab
index 2851437e098..aa44d66aca4 100644
ad58010
--- a/grub-core/Makefile.core.def
ad58010
+++ b/grub-core/Makefile.core.def
5a73eab
@@ -781,6 +781,7 @@ module = {
ad58010
 module = {
ad58010
   name = blscfg;
ad58010
   common = commands/blscfg.c;
ad58010
+  common = commands/loadenv.h;
ad58010
   enable = efi;
ad58010
   enable = i386_pc;
ad58010
   enable = emu;
5a73eab
@@ -947,6 +948,7 @@ module = {
ad58010
 module = {
ad58010
   name = loadenv;
ad58010
   common = commands/loadenv.c;
ad58010
+  common = commands/loadenv.h;
ad58010
   common = lib/envblk.c;
ad58010
 };
ad58010