]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/LDAP/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / digest / LDAP / Makefile.am
CommitLineData
2cd0bda2 1## Copyright (C) 1996-2017 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_ldap_auth
189f1e66 11
d4d7f6dd 12digest_ldap_auth_SOURCES= \
7ed0602b 13 digest_common.h \
d4d7f6dd 14 digest_pw_auth.cc \
56ff4687 15 ldap_backend.cc \
7ed0602b 16 ldap_backend.h
7ed0602b 17
d4d7f6dd 18digest_ldap_auth_LDADD= \
a1fe225c 19 $(top_builddir)/lib/libmiscencoding.la \
56ff4687 20 $(COMPAT_LIB) \
3ae8895c
A
21 $(LDAPLIB) \
22 $(LBERLIB) \
09cd7204 23 $(NETTLELIB) \
cc937513 24 $(CRYPTLIB) \
a1fe225c
AJ
25 $(SSLLIB) \
26 $(XTRA_LIBS)
9f3470fb 27
d4d7f6dd 28EXTRA_DIST= required.m4