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