From 36a14ed978512e210e8fdaa7c357f023b76ef530 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 13 Aug 2012 13:04:54 +0800 Subject: [PATCH] Include efivars.h in automake infrastructure make distcheck was failing due to a missing efivars.h in the dist tarball. Add it to common_SOURCES to include it. Signed-off-by: Jeremy Kerr --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3e2e707..b6eee7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ bin_PROGRAMS = sbsign sbverify sbattach sbvarsign sbsiglist coff_headers = coff/external.h coff/pe.h -common_SOURCES = idc.c idc.h image.c image.h fileio.c fileio.h $(coff_headers) +common_SOURCES = idc.c idc.h image.c image.h fileio.c fileio.h \ + efivars.h $(coff_headers) common_LDADD = lib/ccan/libccan.a $(libcrypto_LIBS) common_CFLAGS = -I$(srcdir)/lib/ccan/