From 7d61535076aa1ca484f453594b29e2ca052c2505 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 16 Feb 2013 18:30:45 +0100 Subject: Fix building with mingw and make sure linking generates proper DLL files --- neethi/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neethi/src') diff --git a/neethi/src/Makefile.am b/neethi/src/Makefile.am index bb45bc6..4bd6128 100644 --- a/neethi/src/Makefile.am +++ b/neethi/src/Makefile.am @@ -47,7 +47,7 @@ libneethi_la_LIBADD = ../../axiom/src/om/libaxis2_axiom.la \ # $(top_builddir)/axiom/src/om/libaxis2_axiom.la -libneethi_la_LDFLAGS = -version-info $(VERSION_NO) +libneethi_la_LDFLAGS = -version-info $(VERSION_NO) $(WIN32_EXTRA_LDFLAGS) INCLUDES = -I$(top_builddir)/include \ -I ../../util/include \ -- cgit v1.1-32-gdbae