]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Link with -lnettle too.
authorSimon Josefsson <simon@josefsson.org>
Sun, 20 Feb 2011 15:48:10 +0000 (16:48 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Feb 2011 17:43:24 +0000 (18:43 +0100)
lib/Makefile.am

index edf520918217eb3d7837ee4bb72557e84eccf7e9..8e470d27b37b802e98df2e9ab9fc9d392a336022 100644 (file)
@@ -145,7 +145,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)