From 4aa6da69aa7fa8c60ce96a91e23339f08614a16e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 23 Aug 2021 10:44:41 +0200 Subject: [PATCH] tpm_extendpcr: Build does not depend on tpm plugin but libtpmtss The utility basically requires a TSS, the tpm plugin is not used at all. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 68fa19208..2125e14a8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -143,6 +143,6 @@ if USE_AIKGEN SUBDIRS += aikgen endif -if USE_TPM +if USE_LIBTPMTSS SUBDIRS += tpm_extendpcr endif