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 pi...@apache.org on 2006/10/02 18:02:52 UTC

svn commit: r452098 - in /webservices/axis2/trunk/c/axiom/test/unit: Makefile.am om/Makefile.am

Author: pini
Date: Mon Oct  2 09:02:51 2006
New Revision: 452098

URL: http://svn.apache.org/viewvc?view=rev&rev=452098
Log:
removed hard coded libxml2 from Makefile.am's.

Modified:
    webservices/axis2/trunk/c/axiom/test/unit/Makefile.am
    webservices/axis2/trunk/c/axiom/test/unit/om/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/test/unit/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/unit/Makefile.am?view=diff&rev=452098&r1=452097&r2=452098
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/unit/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/unit/Makefile.am Mon Oct  2 09:02:51 2006
@@ -10,7 +10,7 @@
 					 			-lxml2 \
                     			-L$(top_builddir)/test/unit/om -ltest_om \
                     			$(top_builddir)/src/om/libaxis2_axiom.la \
-                    			$(top_builddir)/src/parser/libxml2/libaxis2_libxml2.la
+                    			$(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
                     
 
 INCLUDES = -I${CUTEST_HOME}/include \

Modified: webservices/axis2/trunk/c/axiom/test/unit/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/unit/om/Makefile.am?view=diff&rev=452098&r1=452097&r2=452098
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/unit/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/unit/om/Makefile.am Mon Oct  2 09:02:51 2006
@@ -18,7 +18,7 @@
                     -lcutest \
 					../../../../util/src/libaxis2_util.la \
 					$(top_builddir)/src/om/libaxis2_axiom.la \
-                    $(top_builddir)/src/parser/libxml2/libaxis2_parser.la \
+                    $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     $(LIBXML2_LIBS) \
                     $(GUTHTHILA_LIBS)
                     



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org