From c691459502efc76b7fa4478b461ba7ab6c0d48cb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 9 Jan 2017 02:22:26 -0600 Subject: fix static mingw builds, platform LDADD needs to come at the end --- apps/nc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/nc') diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index 2a24d87..791eade 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -11,10 +11,10 @@ endif EXTRA_DIST = nc.1 EXTRA_DIST += CMakeLists.txt -nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) -nc_LDADD += $(abs_top_builddir)/crypto/libcrypto.la +nc_LDADD = $(abs_top_builddir)/crypto/libcrypto.la nc_LDADD += $(abs_top_builddir)/ssl/libssl.la nc_LDADD += $(abs_top_builddir)/tls/libtls.la +nc_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD) AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat -- cgit v1.2.3-55-g6feb