summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar nandika2012-12-26 13:02:06 +0000
committerGravatar nandika2012-12-26 13:02:06 +0000
commiteff39d2d45d01d761ebfb1c1148445530dece24a (patch)
tree13f9c5b0d6fb44ca2aca426a60c637deddd0a20e
parent17ad5028fcc0ceb2c2c9481941fc6ccdb1f09d61 (diff)
downloadaxis2c-eff39d2d45d01d761ebfb1c1148445530dece24a.tar.gz
axis2c-eff39d2d45d01d761ebfb1c1148445530dece24a.tar.bz2
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
-rw-r--r--axiom/test/om/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \