From 017cda7a3481bb4a557c239240ed149f0ca738be Mon Sep 17 00:00:00 2001 From: Edric <EckoEdc@users.noreply.github.com> Date: Mon, 30 Mar 2015 11:46:49 -0400 Subject: [PATCH] Update Makefile.am Fix for mingw-ld --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index a123b4ff..4516cdbe 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,7 +2,7 @@ libexec_PROGRAMS = dhtnode dhtchat AM_CPPFLAGS = -I../include dhtnode_SOURCES = dhtnode.cpp -dhtnode_LDFLAGS = @GNUTLS_LIBS@ -lpthread -lopendht -L../src/.libs +dhtnode_LDFLAGS = -lpthread -lopendht -L../src/.libs @GNUTLS_LIBS@ AM_CPPFLAGS = -I../include dhtchat_SOURCES = dhtchat.cpp -- GitLab