From 7793a619f0fe6a879221e675249cccc632216a11 Mon Sep 17 00:00:00 2001 From: NingSun Date: Tue, 10 Apr 2018 15:49:01 -0700 Subject: Modify TPM2 Plugin codes Modify codes to use tpm2-tss version 1.2.0, tpm2-abrmd version 1.1.1 tpm2-tools version 2.1.0. Issue-ID: AAF-94 Change-Id: I2feccbb8dbe718756a5fd363b8dc703562ccd5eb Signed-off-by: NingSun --- TPM2-Plugin/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TPM2-Plugin/configure.ac') diff --git a/TPM2-Plugin/configure.ac b/TPM2-Plugin/configure.ac index 90f6902..a4738e1 100644 --- a/TPM2-Plugin/configure.ac +++ b/TPM2-Plugin/configure.ac @@ -11,5 +11,5 @@ AM_PROG_AR LT_INIT AC_PROG_CC AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile lib/Makefile test/Makefile]) AC_OUTPUT -- cgit 1.2.3-korg