## Copyright (C) 1996-2014 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 ## we need our local files too (but avoid -I. at all costs) AM_CPPFLAGS += -I$(srcdir) libexec_PROGRAMS = digest_edirectory_auth digest_edirectory_auth_SOURCES = digest_pw_auth.cc \ digest_common.h \ ldap_backend.cc \ ldap_backend.h \ edir_ldapext.cc \ edir_ldapext.h digest_edirectory_auth_LDADD = \ $(top_builddir)/lib/libmiscencoding.la \ $(COMPAT_LIB) \ $(LDAPLIB) \ $(LBERLIB) \ $(CRYPTLIB) \ $(SSLLIB) \ $(XTRA_LIBS) EXTRA_DIST = required.m4