You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/06/11 10:57:23 UTC

svn commit: r546051 - /webservices/axis2/trunk/c/build.sh

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org