]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/file/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / digest / file / Makefile.am
index b9bc3afed3d6f935ec9b1719e270ece00482b806..6e37b2374de433c8a418d4307fd686d54e777626 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@ include $(top_srcdir)/src/Common.am
 man_MANS= digest_file_auth.8
 libexec_PROGRAMS= digest_file_auth
 
-digest_file_auth_SOURCES= \
+digest_file_auth_SOURCES = \
        digest_common.h \
        digest_file_auth.cc \
        text_backend.cc \
@@ -20,7 +20,7 @@ digest_file_auth_LDADD = \
        $(top_builddir)/lib/libmisccontainers.la \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
-       $(NETTLELIB) \
+       $(LIBNETTLE_LIBS) \
        $(CRYPTLIB) \
        $(SSLLIB) \
        $(XTRA_LIBS)