enable the ccm and gcm plugins in the UML scenarios

This commit is contained in:
Andreas Steffen
2010-08-20 12:47:44 +02:00
parent cb3f0c9b31
commit 906680029d
2 changed files with 13 additions and 1 deletions
+10
View File
@@ -262,6 +262,16 @@ then
echo -n " --enable-ctr" >> $INSTALLSHELL
fi
if [ "$USE_CCM" = "yes" ]
then
echo -n " --enable-ccm" >> $INSTALLSHELL
fi
if [ "$USE_GCM" = "yes" ]
then
echo -n " --enable-gcm" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL