Author: samisa Date: Mon Jun 11 01:57:23 2007 New Revision: 546051 URL: http://svn.apache.org/viewvc?view=rev&rev=546051 Log: Fixed samples break
Modified: webservices/axis2/trunk/c/build.sh Modified: webservices/axis2/trunk/c/build.sh URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?view=diff&rev=546051&r1=546050&r2=546051 ============================================================================== --- webservices/axis2/trunk/c/build.sh (original) +++ webservices/axis2/trunk/c/build.sh Mon Jun 11 01:57:23 2007 @@ -13,7 +13,7 @@ cd samples sh autogen.sh -sh configure --prefix=${AXIS2C_HOME} +sh configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.1 make make install --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]