From 535535b7c5f2781fa096a5fd00a762d24db4eddc Mon Sep 17 00:00:00 2001 From: NingSun Date: Wed, 28 Feb 2018 18:24:31 -0800 Subject: Setup TPM2-Plugin build environment Add initial codes to build TPM2-plugin shared lib Issue-ID: AAF-94 Change-Id: I96dee3699aa250b69350d6f01401f3831cf515f7 Signed-off-by: NingSun --- TPM2-Plugin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TPM2-Plugin/Makefile.am (limited to 'TPM2-Plugin/Makefile.am') diff --git a/TPM2-Plugin/Makefile.am b/TPM2-Plugin/Makefile.am new file mode 100644 index 0000000..e932e6e --- /dev/null +++ b/TPM2-Plugin/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = lib src +ACLOCAL_AMFLAGS = -I m4 -- cgit 1.2.3-korg