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:01:25 UTC

svn commit: r452097 - /webservices/axis2/trunk/c/axiom/test/soap/Makefile.am

Author: pini
Date: Mon Oct  2 09:01:24 2006
New Revision: 452097

URL: http://svn.apache.org/viewvc?view=rev&rev=452097
Log:
Removed hard coded libxml2 from Makefile.am

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

Modified: webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/Makefile.am?view=diff&rev=452097&r1=452096&r2=452097
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/Makefile.am Mon Oct  2 09:01:24 2006
@@ -8,7 +8,7 @@
 
 test_soap_LDADD   =	../../../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