From eff39d2d45d01d761ebfb1c1148445530dece24a Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 13:02:06 +0000 Subject: added libaxis2_parser.la path to fix compliation error when building with libxml2 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425896 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/test/om/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/axiom/test/om/Makefile.am b/axiom/test/om/Makefile.am index 10121dc..448d5f1 100644 --- a/axiom/test/om/Makefile.am +++ b/axiom/test/om/Makefile.am @@ -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 \ -- cgit v1.1-32-gdbae