Upgrade TPM2_Plugin to match with the tss stack
[aaf/sshsm.git] / build.sh
index 41a7ea0..bb2a06e 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -77,6 +77,12 @@ rm -rf tpm2-tools-3.1.0
 echo "Build Import utility tool"
 cd tpm-util/import
 make -f sampleMakefile
-cd ../../
+cd ../..
 
+echo "Build TPM-Plugin"
+cd TPM2-Plugin
+./bootstrap
+./configure
+sudo make install
+cd ..
 sudo ldconfig