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 da...@apache.org on 2005/12/06 07:05:02 UTC

svn commit: r354329 - in /webservices/axis2/trunk/c: bindings/php/README modules/xml/om/src/Makefile.am

Author: damitha
Date: Mon Dec  5 22:04:46 2005
New Revision: 354329

URL: http://svn.apache.org/viewcvs?rev=354329&view=rev
Log:
util is statically bound to om

Modified:
    webservices/axis2/trunk/c/bindings/php/README
    webservices/axis2/trunk/c/modules/xml/om/src/Makefile.am

Modified: webservices/axis2/trunk/c/bindings/php/README
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/bindings/php/README?rev=354329&r1=354328&r2=354329&view=diff
==============================================================================
--- webservices/axis2/trunk/c/bindings/php/README (original)
+++ webservices/axis2/trunk/c/bindings/php/README Mon Dec  5 22:04:46 2005
@@ -11,7 +11,7 @@
 
 1. Set AXIS2C_HOME env variable to point to where the Axis2C source is
 2. Build Axis2C source by running $AXIS2C_HOME/build.sh
-   NOTE: you need autoconf 2.59 and automake 1.9.5 on your PATH to build Axis2C source
+   NOTE: you need versions later than autoconf  2.59 and automake 1.9.5 on your PATH to build Axis2C source
 3. Copy the AXIS2C_HOME/bindings/php/axis2 to PHP_HOME/ext
 4. cd to PHP_HOME and execute the following sequence of commands
    NOTE: you need autoconf 2.13 and automake 1.5 on your PATH to build PHP source
@@ -29,4 +29,4 @@
 PHP binding on Windows
 ======================
 
-TODO
\ No newline at end of file
+TODO

Modified: webservices/axis2/trunk/c/modules/xml/om/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/src/Makefile.am?rev=354329&r1=354328&r2=354329&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/src/Makefile.am Mon Dec  5 22:04:46 2005
@@ -13,7 +13,7 @@
                         axis2_om_stax_builder.c 
                         
 
-libaxis2_om_la_LIBADD = $(LDFLAGS)
+libaxis2_om_la_LIBADD = $(LDFLAGS) ../../../util/src/libaxis2_util.la 
 INCLUDES = -I$(top_builddir)/include \
             -I${CUTEST_HOME}/include \
             -I$(top_builddir)/modules/util/src \