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/test/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TPM2-Plugin/test/Makefile.am (limited to 'TPM2-Plugin/test/Makefile.am') diff --git a/TPM2-Plugin/test/Makefile.am b/TPM2-Plugin/test/Makefile.am new file mode 100644 index 0000000..8cbcd68 --- /dev/null +++ b/TPM2-Plugin/test/Makefile.am @@ -0,0 +1,4 @@ +AM_CPPFLAGS = -I$(srcdir)/../lib/include +bin_PROGRAMS = tpm2_plugin +tpm2_plugin_SOURCES = main.c +tpm2_plugin_LDADD = ../lib/libtpm2-plugin.la -- cgit 1.2.3-korg