added Attestation IMC/IMV to UML build

This commit is contained in:
Andreas Steffen
2011-12-18 18:07:47 +01:00
parent 458c52d29d
commit 034b792b90
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -237,6 +237,16 @@ then
echo -n " --enable-imv-scanner" >> $INSTALLSHELL
fi
if [ "$USE_IMC_ATTESTATION" = "yes" ]
then
echo -n " --enable-imc-attestation" >> $INSTALLSHELL
fi
if [ "$USE_IMV_ATTESTATION" = "yes" ]
then
echo -n " --enable-imv-attestation" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL