]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/digest/eDirectory/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / auth / digest / eDirectory / Makefile.am
1 ## Copyright (C) 1996-2020 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 libexec_PROGRAMS= digest_edirectory_auth
11
12 digest_edirectory_auth_SOURCES = \
13 digest_common.h \
14 digest_pw_auth.cc \
15 edir_ldapext.cc \
16 edir_ldapext.h \
17 ldap_backend.cc \
18 ldap_backend.h
19
20 digest_edirectory_auth_LDADD = \
21 $(top_builddir)/lib/libmiscencoding.la \
22 $(COMPAT_LIB) \
23 $(LDAPLIB) \
24 $(LBERLIB) \
25 $(NETTLELIB) \
26 $(CRYPTLIB) \
27 $(SSLLIB) \
28 $(XTRA_LIBS)
29
30 EXTRA_DIST= required.m4