From f7fd2f77e20eda45163a19e819740ee865da32de Mon Sep 17 00:00:00 2001 From: damitha Date: Thu, 9 Jun 2011 23:53:05 +0000 Subject: git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1134133 13f79535-47bb-0310-9956-ffa450edef68 --- test/core/transport/http/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/core/transport/http/Makefile.am b/test/core/transport/http/Makefile.am index 7433da9..85f24a4 100644 --- a/test/core/transport/http/Makefile.am +++ b/test/core/transport/http/Makefile.am @@ -27,7 +27,8 @@ test_http_transport_LDADD = \ ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la \ - $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la + $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \ + $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la INCLUDES = -I$(CUTEST_HOME)/include \ -I$(top_builddir)/include \ -- cgit v1.1-32-gdbae