]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/LDAP/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / digest_auth / LDAP / Makefile.am
CommitLineData
ca02e0ec
AJ
1## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
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
10## we need our local files too (but avoid -I. at all costs)
01a1acbc 11AM_CPPFLAGS += -I$(srcdir)
189f1e66 12
7ed0602b 13libexec_PROGRAMS = digest_ldap_auth
56ff4687 14digest_ldap_auth_SOURCES = digest_pw_auth.cc \
7ed0602b 15 digest_common.h \
56ff4687 16 ldap_backend.cc \
7ed0602b 17 ldap_backend.h
7ed0602b 18
56ff4687 19digest_ldap_auth_LDADD = \
a1fe225c 20 $(top_builddir)/lib/libmiscencoding.la \
56ff4687 21 $(COMPAT_LIB) \
3ae8895c
A
22 $(LDAPLIB) \
23 $(LBERLIB) \
09cd7204 24 $(NETTLELIB) \
cc937513 25 $(CRYPTLIB) \
a1fe225c
AJ
26 $(SSLLIB) \
27 $(XTRA_LIBS)
9f3470fb 28
5eabe4b4 29EXTRA_DIST = required.m4