diff options
| author | Peter Jones <pjones@redhat.com> | 2017-08-31 14:49:48 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-08-31 15:13:45 -0400 |
| commit | 96b347c200b2401d02f576b47da8a49cc6286b4b (patch) | |
| tree | fc4205f201e1b7e81f8b454d6db3734588cb45ee /lib/Makefile | |
| parent | aaf8049c3995dd2c0c42087a601c262545f36b9c (diff) | |
| download | efi-boot-shim-96b347c200b2401d02f576b47da8a49cc6286b4b.tar.gz efi-boot-shim-96b347c200b2401d02f576b47da8a49cc6286b4b.zip | |
Add a mechanism to print openssl errors
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ad18f391..db5ff711 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,7 +2,8 @@ TARGET = lib.a LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o -EFI_INCLUDES = -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol -I$(TOPDIR)/../include +EFI_INCLUDES = -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol -I$(TOPDIR)/../include \ + -I$(TOPDIR)/CryptLib/Include/openssl/ lib.a: $(LIBFILES) $(AR) rcs lib.a $(LIBFILES) |
