You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/07/12 07:57:42 UTC

svn commit: r421147 - /webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am

Author: samisa
Date: Tue Jul 11 22:57:41 2006
New Revision: 421147

URL: http://svn.apache.org/viewvc?rev=421147&view=rev
Log:
correcting linking in libraries

Modified:
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am?rev=421147&r1=421146&r2=421147&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am Tue Jul 11 22:57:41 2006
@@ -2,6 +2,8 @@
 libaxis2_libxml2_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c
 
+libaxis2_libxml2_la_LIBADD = -lxml2
+
 libaxis2_parser_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c
 



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