## Copyright (C) 1996-2020 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## include $(top_srcdir)/src/Common.am libexec_PROGRAMS= digest_edirectory_auth digest_edirectory_auth_SOURCES = \ digest_common.h \ digest_pw_auth.cc \ edir_ldapext.cc \ edir_ldapext.h \ ldap_backend.cc \ ldap_backend.h digest_edirectory_auth_LDADD = \ $(top_builddir)/lib/libmiscencoding.la \ $(COMPAT_LIB) \ $(LDAPLIB) \ $(LBERLIB) \ $(NETTLELIB) \ $(CRYPTLIB) \ $(SSLLIB) \ $(XTRA_LIBS) EXTRA_DIST= required.m4