Build unity plugin in strongSwan test suite

This commit is contained in:
Martin Willi
2012-09-18 17:17:49 +02:00
parent cc48f36084
commit f728ae590b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -392,6 +392,11 @@ then
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL
fi
if [ "$USE_UNITY" = "yes" ]
then
echo -n " --enable-unity" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make -j" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL