summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-02-20 16:48:10 +0100
committerSimon Josefsson <simon@josefsson.org>2011-02-20 16:48:10 +0100
commit618ace37a378c960c11e5e3b45366083a7b41e37 (patch)
tree100b5af78dff9cbe2ae49904a2c3af58f6a32225
parent7e60b55d64c4906ea09039176b0e9ae95d1f30ea (diff)
downloadgnutls-618ace37a378c960c11e5e3b45366083a7b41e37.tar.gz
Link with -lnettle too.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 74aa1a3458..0bb55b1db5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -144,7 +144,7 @@ endif
libgnutls_la_LDFLAGS += $(LTLIBPAKCHOIS)
if ENABLE_NETTLE
-libgnutls_la_LDFLAGS += $(NETTLE_LIBS)
+libgnutls_la_LDFLAGS += $(LTLIBNETTLE) $(NETTLE_LIBS)
libgnutls_la_LIBADD += nettle/libcrypto.la
else
libgnutls_la_LDFLAGS += $(LTLIBGCRYPT)