You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/10/07 07:30:42 UTC

svn commit: r582579 - /webservices/savan/trunk/c/build.sh

Author: damitha
Date: Sat Oct  6 22:30:38 2007
New Revision: 582579

URL: http://svn.apache.org/viewvc?rev=582579&view=rev
Log:
updating the build

Modified:
    webservices/savan/trunk/c/build.sh

Modified: webservices/savan/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/build.sh?rev=582579&r1=582578&r2=582579&view=diff
==============================================================================
--- webservices/savan/trunk/c/build.sh (original)
+++ webservices/savan/trunk/c/build.sh Sat Oct  6 22:30:38 2007
@@ -2,9 +2,11 @@
 ./autogen.sh
 ./configure --prefix=$AXIS2C_HOME --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.1 --enable-filtering=no
 make -j30
+make install
 
 cd samples
 sh autogen.sh
 ./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.1 --with-savan=${AXIS2C_HOME}/include/savan-0.90
 make -j10
+make install
 cd ..