]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/eDirectory/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / auth / digest / eDirectory / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
ca02e0ec
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
d4d7f6dd 10libexec_PROGRAMS= digest_edirectory_auth
189f1e66 11
d4d7f6dd
AJ
12digest_edirectory_auth_SOURCES= \
13 digest_pw_auth.cc \
89f77e43 14 digest_common.h \
56ff4687 15 ldap_backend.cc \
89f77e43 16 ldap_backend.h \
56ff4687 17 edir_ldapext.cc \
89f77e43 18 edir_ldapext.h
89f77e43 19
56ff4687 20digest_edirectory_auth_LDADD = \
a1fe225c 21 $(top_builddir)/lib/libmiscencoding.la \
56ff4687 22 $(COMPAT_LIB) \
3ae8895c
A
23 $(LDAPLIB) \
24 $(LBERLIB) \
f9be4562 25 $(NETTLELIB) \
cc937513 26 $(CRYPTLIB) \
a1fe225c
AJ
27 $(SSLLIB) \
28 $(XTRA_LIBS)
9f3470fb 29
d4d7f6dd 30EXTRA_DIST= required.m4