]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/digest_auth/eDirectory/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / digest_auth / eDirectory / Makefile.am
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
8 include $(top_srcdir)/src/Common.am
9
10 ## we need our local files too (but avoid -I. at all costs)
11 AM_CPPFLAGS += -I$(srcdir)
12
13 libexec_PROGRAMS = digest_edirectory_auth
14 digest_edirectory_auth_SOURCES = digest_pw_auth.cc \
15 digest_common.h \
16 ldap_backend.cc \
17 ldap_backend.h \
18 edir_ldapext.cc \
19 edir_ldapext.h
20
21 digest_edirectory_auth_LDADD = \
22 $(top_builddir)/lib/libmiscencoding.la \
23 $(COMPAT_LIB) \
24 $(LDAPLIB) \
25 $(LBERLIB) \
26 $(CRYPTLIB) \
27 $(SSLLIB) \
28 $(XTRA_LIBS)
29
30 EXTRA_DIST = required.m4