This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-savan.git
commit 630a2b7e517dbc9bc9e74d14b967e0b18e6fdecb Author: Damitha N.M. Kumarage <dami...@apache.org> AuthorDate: Mon Mar 8 21:16:22 2010 +0000 --- samples/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/build.sh b/samples/build.sh index 2640121..52d78a7 100755 --- a/samples/build.sh +++ b/samples/build.sh @@ -2,6 +2,6 @@ ./autogen.sh -./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 --with-savan=${AXIS2C_HOME}/include/savan-1.0 +./configure --prefix=${AXIS2C_HOME} --with-axis2=../../axis2c/include --with-savan=../include make -j10 make install