From 7452b238491a0eb0a25d4ba78092088d7db03866 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Sun, 8 Feb 2015 14:48:11 +0000
Subject: [PATCH] added zipr_scfi_plugin

---
 build-all.sh          | 3 +++
 svn.externals.uva_dev | 1 +
 2 files changed, 4 insertions(+)

diff --git a/build-all.sh b/build-all.sh
index a41485324..e98e8674a 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -69,3 +69,6 @@ make install
 
 cd $ZIPR_HOME
 ./configure --prefix=$ZIPR_INSTALL; make;  make install
+
+cd $ZIPR_SCFI_PLUGIN
+./configure --prefix=$ZIPR_INSTALL; make;  make install
diff --git a/svn.externals.uva_dev b/svn.externals.uva_dev
index d0d194938..a01c6918c 100644
--- a/svn.externals.uva_dev
+++ b/svn.externals.uva_dev
@@ -10,3 +10,4 @@ zipr                 http://svn.zephyr-software.com/repos/zipr/trunk/
 zipr_install         http://svn.zephyr-software.com/repos/zipr_install/trunk/
 zipr_callbacks       http://svn.zephyr-software.com/repos/zipr_callbacks/trunk/
 zipr_sdk             http://svn.zephyr-software.com/repos/zipr_sdk/trunk/
+zipr_scfi_plugin     http://svn.zephyr-software.com/repos/zipr_scfi_plugin/trunk
-- 
GitLab