diff options
author | nandika | 2012-12-26 13:15:17 +0000 |
---|---|---|
committer | nandika | 2012-12-26 13:15:17 +0000 |
commit | cd34d77bce448ffbf5e56e1ca833fefa045db92d (patch) | |
tree | 1303d19ffc5d7d7d21a35670519793102d1a9bce /axiom/test/soap | |
parent | eff39d2d45d01d761ebfb1c1148445530dece24a (diff) | |
download | axis2c-cd34d77bce448ffbf5e56e1ca833fefa045db92d.tar.gz axis2c-cd34d77bce448ffbf5e56e1ca833fefa045db92d.tar.bz2 |
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
Diffstat (limited to 'axiom/test/soap')
-rw-r--r-- | axiom/test/soap/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/axiom/test/soap/Makefile.am b/axiom/test/soap/Makefile.am index 6d1a707..7469fdc 100644 --- a/axiom/test/soap/Makefile.am +++ b/axiom/test/soap/Makefile.am @@ -20,7 +20,8 @@ AM_CFLAGS = -g -O2 test_soap_SOURCES = test_soap.c test_soap_LDADD = ../../../util/src/libaxutil.la \ - $(top_builddir)/src/om/libaxis2_axiom.la + $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ + $(top_builddir)/src/om/libaxis2_axiom.la INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/parser \ |