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 2006/01/16 04:39:57 UTC

svn commit: r369331 - in /webservices/axis2/trunk/c: build.sh test/unit/core/description/Makefile.am

Author: samisa
Date: Sun Jan 15 19:39:50 2006
New Revision: 369331

URL: http://svn.apache.org/viewcvs?rev=369331&view=rev
Log:
Fixed the build script to use deploy as home

Modified:
    webservices/axis2/trunk/c/build.sh
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=369331&r1=369330&r2=369331&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Sun Jan 15 19:39:50 2006
@@ -1,7 +1,7 @@
 #!/bin/bash
 ./autogen.sh
-#AXIS2C_HOME=`pwd`
+AXIS2C_HOME=`pwd`/deploy
 ./configure --prefix=${AXIS2C_HOME}
 make
 make install
-cp install/lib/libaxis2_libxml2.so install/lib/libaxis2_parser.so
+cp deploy/lib/libaxis2_libxml2.so deploy/lib/libaxis2_parser.so

Modified: webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/description/Makefile.am?rev=369331&r1=369330&r2=369331&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.am Sun Jan 15 19:39:50 2006
@@ -8,8 +8,7 @@
                                     test_flow.c \
                                     test_handler_desc.c
 
-include_HEADERS=$(top_builddir)/test/unit/core/description/*.h
-include_HEADERS=$(top_builddir)/test/unit/core/phaseresolver/*.h
+include_HEADERS=$(top_builddir)/test/unit/core/description/*.h $(top_builddir)/test/unit/core/phaseresolver/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \