diff --git a/build-all.sh b/build-all.sh index a4148532458bb5585d5e4bff6dfffe256a3acfef..e98e8674a9fab6049d8ca8e24f30b0c1ae304d1d 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 d0d194938d83f073136098bf70a1781b636d292b..a01c6918cdc9a97642a10401f2d0ec9d63a6ae1c 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