]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
digest_edirectory_auth: Fix -lnettle dependency error
authorEray Aslan <eraya@a21an.org>
Tue, 31 Mar 2015 10:33:07 +0000 (03:33 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 31 Mar 2015 10:33:07 +0000 (03:33 -0700)
helpers/digest_auth/eDirectory/Makefile.am

index d16c1e71c22a58df6c4526e20f0e1b3f1852790f..c99bc1d170bdb833a8d4ecc33e2deb73786acba7 100644 (file)
@@ -23,6 +23,7 @@ digest_edirectory_auth_LDADD = \
        $(COMPAT_LIB) \
        $(LDAPLIB) \
        $(LBERLIB) \
+       $(NETTLELIB) \
        $(CRYPTLIB) \
        $(SSLLIB) \
        $(XTRA_LIBS)