summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http/server/apache2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/http/server/apache2/Makefile.am')
-rw-r--r--src/core/transport/http/server/apache2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/http/server/apache2/Makefile.am b/src/core/transport/http/server/apache2/Makefile.am
index ada2471..a5f559c 100644
--- a/src/core/transport/http/server/apache2/Makefile.am
+++ b/src/core/transport/http/server/apache2/Makefile.am
@@ -28,7 +28,7 @@ libmod_axis2_la_LIBADD = $(LDFLAGS) \
$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la\
$(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
-libmod_axis2_la_LDFLAGS = -version-info $(VERSION_NO)
+libmod_axis2_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS)
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/src/core/transport/http \