summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http/sender/ntlm
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/http/sender/ntlm')
-rw-r--r--src/core/transport/http/sender/ntlm/default/Makefile.am2
-rw-r--r--src/core/transport/http/sender/ntlm/heimdal/Makefile.am2
-rw-r--r--src/core/transport/http/sender/ntlm/libntlm/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/src/core/transport/http/sender/ntlm/default/Makefile.am b/src/core/transport/http/sender/ntlm/default/Makefile.am
index 1457475..a5a6849 100644
--- a/src/core/transport/http/sender/ntlm/default/Makefile.am
+++ b/src/core/transport/http/sender/ntlm/default/Makefile.am
@@ -20,5 +20,7 @@ libaxis2_ntlm_la_SOURCES = ../ntlm.c \
libaxis2_ntlm_la_LIBADD = $(top_builddir)/util/src/libaxutil.la
+libaxis2_ntlm_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS)
+
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/util/include
diff --git a/src/core/transport/http/sender/ntlm/heimdal/Makefile.am b/src/core/transport/http/sender/ntlm/heimdal/Makefile.am
index 05c6239..cadaa44 100644
--- a/src/core/transport/http/sender/ntlm/heimdal/Makefile.am
+++ b/src/core/transport/http/sender/ntlm/heimdal/Makefile.am
@@ -21,7 +21,7 @@ libaxis2_ntlm_la_SOURCES = ../ntlm.c \
libaxis2_ntlm_la_LIBADD = @NTLM_LDFLAGS@ \
$(top_builddir)/util/src/libaxutil.la
-#libaxis2_ntlm_la_LDFLAGS = -version-info $(VERSION_NO)
+#libaxis2_ntlm_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS)
INCLUDES = -I$(top_builddir)/include \
diff --git a/src/core/transport/http/sender/ntlm/libntlm/Makefile.am b/src/core/transport/http/sender/ntlm/libntlm/Makefile.am
index 823c9c8..e9d142e 100644
--- a/src/core/transport/http/sender/ntlm/libntlm/Makefile.am
+++ b/src/core/transport/http/sender/ntlm/libntlm/Makefile.am
@@ -21,7 +21,7 @@ libaxis2_ntlm_la_SOURCES = ../ntlm.c \
libaxis2_ntlm_la_LIBADD = @NTLM_LDFLAGS@ \
$(top_builddir)/util/src/libaxutil.la
-#libaxis2_ntlm_la_LDFLAGS = -version-info $(VERSION_NO)
+#libaxis2_ntlm_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS)
INCLUDES = -I$(top_builddir)/include \