axis2c

Revision 1 as of 2010-09-02 15:55:39

Clear message

axis2c-1.6.0

  • axiom/test/util/Makefile.am:
    • add $(top_builddir)/src/parser/guththila/libaxis2_parser.la
      • and $(top_builddir)/../util/src/libaxutil.la to axiom_LDADD.
    axiom/test/util/axiom_util_test.c.
    • add #include <axiom_xml_reader.h>

    neethi/test/Makefile.am:
    • add $(top_builddir)/src/parser/guththila/libaxis2_parser.la
      • to test_LDADD.
    src/core/clientapi/listener_manager.c:
    • comment out axutil_thread_t *worker_thread = NULL, it's unused
    src/core/clientapi/op_client.c
    • comment out axutil_thread_t *worker_thread = NULL, it's unused
    src/core/transport/http/receiver/http_svr_thread.c:
    • comment out axutil_thread_t *worker_thread = NULL, it's unused
    - the bzr version needs debian/source/format
    • bzr doesn't build yet