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