From: Eray Aslan Date: Tue, 31 Mar 2015 10:33:07 +0000 (-0700) Subject: digest_edirectory_auth: Fix -lnettle dependency error X-Git-Tag: merge-candidate-3-v1~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9be4562a87b6c9d274fde19816158ce6df03501;p=thirdparty%2Fsquid.git digest_edirectory_auth: Fix -lnettle dependency error --- diff --git a/helpers/digest_auth/eDirectory/Makefile.am b/helpers/digest_auth/eDirectory/Makefile.am index d16c1e71c2..c99bc1d170 100644 --- a/helpers/digest_auth/eDirectory/Makefile.am +++ b/helpers/digest_auth/eDirectory/Makefile.am @@ -23,6 +23,7 @@ digest_edirectory_auth_LDADD = \ $(COMPAT_LIB) \ $(LDAPLIB) \ $(LBERLIB) \ + $(NETTLELIB) \ $(CRYPTLIB) \ $(SSLLIB) \ $(XTRA_LIBS)