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 di...@apache.org on 2008/05/03 05:50:11 UTC

svn commit: r652991 - /webservices/axis2/trunk/c/neethi/test/Makefile.am

Author: dinesh
Date: Fri May  2 20:50:11 2008
New Revision: 652991

URL: http://svn.apache.org/viewvc?rev=652991&view=rev
Log:
fixed:axis2c-1126 , build breaks when libxml2-dev not installed

Modified:
    webservices/axis2/trunk/c/neethi/test/Makefile.am

Modified: webservices/axis2/trunk/c/neethi/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/test/Makefile.am?rev=652991&r1=652990&r2=652991&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/neethi/test/Makefile.am Fri May  2 20:50:11 2008
@@ -13,5 +13,4 @@
 test_LDADD = $(top_builddir)/src/libneethi.la \
 			../../axiom/src/om/libaxis2_axiom.la \
 			../../util/src/libaxutil.la \
-			../src/libneethi.la \
-			-lxml2
+			../src/libneethi.la



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