summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar damitha2011-05-31 09:08:18 +0000
committerGravatar damitha2011-05-31 09:08:18 +0000
commitbcaf5833f0b73566937ad9629d01c943b553abe7 (patch)
treee68a6bfe6ede138f714a43066041995c384e277a /src
parent1d2fcf87bcc73e697198fb07493174df550d71c5 (diff)
downloadaxis2c-bcaf5833f0b73566937ad9629d01c943b553abe7.tar.gz
axis2c-bcaf5833f0b73566937ad9629d01c943b553abe7.tar.bz2
Initial checkin of ntlm auth code
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1129580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/core/transport/http/sender/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/transport/http/sender/Makefile.am b/src/core/transport/http/sender/Makefile.am
index da10f75..b14fb4e 100644
--- a/src/core/transport/http/sender/Makefile.am
+++ b/src/core/transport/http/sender/Makefile.am
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-SUBDIRS=ssl libcurl
+SUBDIRS=ssl libcurl ntlm
lib_LTLIBRARIES = libaxis2_http_sender.la
@@ -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/transport/http/sender/ntlm/${NTLM_WRAPPER_DIR}/libaxis2_ntlm.la \
$(LIBCURL_LIBS)\
$(SSL_LIBS)
@@ -65,4 +66,5 @@ INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/src/core/deployment \
-I$(top_builddir)/util/include \
-I$(top_builddir)/axiom/include \
+ -I$(top_builddir)/ntlm/include \
$(SSL_INC)