diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/mod_addr/Makefile.am | 2 | ||||
-rw-r--r-- | src/modules/mod_log/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mod_addr/Makefile.am b/src/modules/mod_addr/Makefile.am index 23be098..5aad491 100644 --- a/src/modules/mod_addr/Makefile.am +++ b/src/modules/mod_addr/Makefile.am @@ -24,7 +24,7 @@ libaxis2_mod_addr_la_LIBADD = $(top_builddir)/axiom/src/om/libaxis2_axiom.la \ $(top_builddir)/util/src/libaxutil.la \ $(top_builddir)/src/core/engine/libaxis2_engine.la -libaxis2_mod_addr_la_LDFLAGS = -version-info $(VERSION_NO) +libaxis2_mod_addr_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS) INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/core/description \ diff --git a/src/modules/mod_log/Makefile.am b/src/modules/mod_log/Makefile.am index 7508282..5689649 100644 --- a/src/modules/mod_log/Makefile.am +++ b/src/modules/mod_log/Makefile.am @@ -25,7 +25,7 @@ libaxis2_mod_log_la_LIBADD = \ $(top_builddir)/axiom/src/om/libaxis2_axiom.la \ $(top_builddir)/src/core/engine/libaxis2_engine.la -libaxis2_mod_log_la_LDFLAGS = -version-info $(VERSION_NO) +libaxis2_mod_log_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS) INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/core/description \ |