diff options
author | damitha | 2010-07-17 04:10:04 +0000 |
---|---|---|
committer | damitha | 2010-07-17 04:10:04 +0000 |
commit | 8aae3360e080fa95646de9f7e31c255106556167 (patch) | |
tree | c88bbb800465bf645ac819af72d3f012ee58f39d /axiom | |
parent | 5f5976d73dfbdd6c3fe2e29e6397c8a674d887ce (diff) | |
download | axis2c-8aae3360e080fa95646de9f7e31c255106556167.tar.gz axis2c-8aae3360e080fa95646de9f7e31c255106556167.tar.bz2 |
refer AXIS2C-1488
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@965005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom')
-rw-r--r-- | axiom/test/util/Makefile.am | 4 | ||||
-rw-r--r-- | axiom/test/util/axiom_util_test.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/axiom/test/util/Makefile.am b/axiom/test/util/Makefile.am index df0fd11..46a7959 100644 --- a/axiom/test/util/Makefile.am +++ b/axiom/test/util/Makefile.am @@ -1,7 +1,9 @@ noinst_PROGRAMS = axiom axiom_SOURCES = axiom_util_test.c axiom_LDADD = \ - $(top_builddir)/src/om/libaxis2_axiom.la + $(top_builddir)/src/om/libaxis2_axiom.la \ + $(top_builddir)/src/parser/guththila/libaxis2_parser.la \ + $(top_builddir)/../util/src/libaxutil.la INCLUDES = -I$(top_builddir)/include \ -I ../../../util/include \ diff --git a/axiom/test/util/axiom_util_test.c b/axiom/test/util/axiom_util_test.c index bb9deb9..7f347ae 100644 --- a/axiom/test/util/axiom_util_test.c +++ b/axiom/test/util/axiom_util_test.c @@ -3,7 +3,9 @@ #include <axiom.h> #include <axis2_util.h> #include <axiom_node.h> +#include <axiom_xml_reader.h> #include "../../../util/test/util/create_env.h" + FILE *f = NULL; axiom_node_t *node = NULL; axiom_node_t *child = NULL; |