diff options
author | dinesh | 2012-11-08 02:46:51 +0000 |
---|---|---|
committer | dinesh | 2012-11-08 02:46:51 +0000 |
commit | 775a6ff854262ad0456c947107ee2ac151df72d2 (patch) | |
tree | 4501bea365cf654866a03967fa87d7d7c0837078 /neethi/test | |
parent | dac0f3f53c97dd84ccdf7c6bd8a8a5cef898a271 (diff) | |
download | axis2c-775a6ff854262ad0456c947107ee2ac151df72d2.tar.gz axis2c-775a6ff854262ad0456c947107ee2ac151df72d2.tar.bz2 |
Committed patch from Alex Mantaut for issue AXIS2C-1606. Patch uses parser wrapper as it should be, build with --enable-libxml2 and --disable-guththila options on svn head. Everything compiled fine.
Thanks Alex for the patch.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1406900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'neethi/test')
-rw-r--r-- | neethi/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neethi/test/Makefile.am b/neethi/test/Makefile.am index 8a3ebad..4a2f4e0 100644 --- a/neethi/test/Makefile.am +++ b/neethi/test/Makefile.am @@ -24,6 +24,6 @@ INCLUDES = -I$(top_builddir)/include \ test_LDADD = $(top_builddir)/src/libneethi.la \ ../../axiom/src/om/libaxis2_axiom.la \ - ../../axiom/src/parser/guththila/libaxis2_parser.la \ + ../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ ../../util/src/libaxutil.la \ ../src/libneethi.la |