From cd34d77bce448ffbf5e56e1ca833fefa045db92d Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 13:15:17 +0000 Subject: libaxis2_parser.la added to makefile to fix build errors with libxml2 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425898 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/test/xpath/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'axiom/test/xpath') diff --git a/axiom/test/xpath/Makefile.am b/axiom/test/xpath/Makefile.am index a268364..cecbda2 100644 --- a/axiom/test/xpath/Makefile.am +++ b/axiom/test/xpath/Makefile.am @@ -22,10 +22,12 @@ test_xpath_streaming_SOURCES = test_xpath_streaming.c test_xpath_LDADD = ../../../util/src/libaxutil.la \ $(top_builddir)/src/om/libaxis2_axiom.la \ + $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/src/xpath/libaxis2_xpath.la test_xpath_streaming_LDADD = ../../../util/src/libaxutil.la \ $(top_builddir)/src/om/libaxis2_axiom.la \ + $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/src/xpath/libaxis2_xpath.la INCLUDES = -I$(top_builddir)/include \ -- cgit v1.1-32-gdbae