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 <jeremy.kerr@canonical.com>
This commit is contained in:
parent
1187df3459
commit
36a14ed978
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue