Skip to content
Snippets Groups Projects
Commit 017cda7a authored by Edric's avatar Edric Committed by Adrien Béraud
Browse files

Update Makefile.am

Fix for mingw-ld
parent 1ae29f20
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ libexec_PROGRAMS = dhtnode dhtchat ...@@ -2,7 +2,7 @@ libexec_PROGRAMS = dhtnode dhtchat
AM_CPPFLAGS = -I../include AM_CPPFLAGS = -I../include
dhtnode_SOURCES = dhtnode.cpp 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 AM_CPPFLAGS = -I../include
dhtchat_SOURCES = dhtchat.cpp dhtchat_SOURCES = dhtchat.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment