summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/core/transport/http/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \