You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2012/12/26 14:02:07 UTC

svn commit: r1425896 - /axis/axis2/c/core/trunk/axiom/test/om/Makefile.am

Author: nandika
Date: Wed Dec 26 13:02:06 2012
New Revision: 1425896

URL: http://svn.apache.org/viewvc?rev=1425896&view=rev
Log:
added libaxis2_parser.la path to fix compliation error when building with libxml2

Modified:
    axis/axis2/c/core/trunk/axiom/test/om/Makefile.am

Modified: axis/axis2/c/core/trunk/axiom/test/om/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/om/Makefile.am?rev=1425896&r1=1425895&r2=1425896&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/om/Makefile.am (original)
+++ axis/axis2/c/core/trunk/axiom/test/om/Makefile.am Wed Dec 26 13:02:06 2012
@@ -20,6 +20,7 @@ AM_CFLAGS = -g -O2
 test_om_SOURCES = test_om.c
 
 test_om_LDADD   =	../../../util/src/libaxutil.la \
+		    $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     $(top_builddir)/src/om/libaxis2_axiom.la 
 
 INCLUDES = -I$(top_builddir)/include \