From 91a1471de53dc9e48f6992301961501308506d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 6 Sep 2016 16:46:00 -0400 Subject: [PATCH] build/autotools: fix build flags --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 74451a36..ba0af9ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libopendht.la AM_CPPFLAGS = -I../include/opendht libopendht_la_CXXFLAGS = @CXXFLAGS@ -libopendht_la_LDFLAGS = @LDFLAGS@ @GNUTLS_LIBS@ @nettle_LIBS@ +libopendht_la_LDFLAGS = @LDFLAGS@ @GnuTLS_LIBS@ @Nettle_LIBS@ libopendht_la_LIBADD = ./argon2/libargon2.la libopendht_la_SOURCES = \ -- GitLab