From: Tobias Brunner Date: Mon, 23 Aug 2021 08:44:41 +0000 (+0200) Subject: tpm_extendpcr: Build does not depend on tpm plugin but libtpmtss X-Git-Tag: 5.9.4dr2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aa6da69aa7fa8c60ce96a91e23339f08614a16e;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index 68fa192085..2125e14a8d 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