]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/eDirectory/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / digest_auth / eDirectory / 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
56ff4687
AJ
13libexec_PROGRAMS = digest_edirectory_auth
14digest_edirectory_auth_SOURCES = digest_pw_auth.cc \
89f77e43 15 digest_common.h \
56ff4687 16 ldap_backend.cc \
89f77e43 17 ldap_backend.h \
56ff4687 18 edir_ldapext.cc \
89f77e43 19 edir_ldapext.h
89f77e43 20
56ff4687 21digest_edirectory_auth_LDADD = \
a1fe225c 22 $(top_builddir)/lib/libmiscencoding.la \
56ff4687 23 $(COMPAT_LIB) \
3ae8895c
A
24 $(LDAPLIB) \
25 $(LBERLIB) \
cc937513 26 $(CRYPTLIB) \
a1fe225c
AJ
27 $(SSLLIB) \
28 $(XTRA_LIBS)
9f3470fb 29
5eabe4b4 30EXTRA_DIST = required.m4