diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/transport/http/sender/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/http/sender/Makefile.am b/src/core/transport/http/sender/Makefile.am index 8a29493..15e5a93 100644 --- a/src/core/transport/http/sender/Makefile.am +++ b/src/core/transport/http/sender/Makefile.am @@ -48,6 +48,7 @@ libaxis2_http_sender_la_LIBADD = $(top_builddir)/src/core/transport/http/common/ $(top_builddir)/src/core/transport/http/util/libaxis2_http_util.la\ $(top_builddir)/axiom/src/om/libaxis2_axiom.la\ $(top_builddir)/util/src/libaxutil.la\ + $(top_builddir)/src/core/engine/libaxis2_engine.la\ ${NTLM_LIB}\ $(LIBCURL_LIBS)\ $(SSL_LIBS) |