]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/kerberos_ldap_group/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / external / kerberos_ldap_group / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
ca02e0ec
AJ
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
b1218840
AJ
8include $(top_srcdir)/src/Common.am
9
e046643f
AJ
10EXTRA_DIST= \
11 cert_tool \
12 ext_kerberos_ldap_group_acl.8 \
13 README \
14 required.m4
b1218840 15
01a1acbc 16AM_CPPFLAGS += -I$(srcdir)
b1218840 17
5a7626c7
AJ
18libexec_SCRIPTS = cert_tool
19
b1218840
AJ
20libexec_PROGRAMS = ext_kerberos_ldap_group_acl
21
22ext_kerberos_ldap_group_acl_SOURCES = \
23 kerberos_ldap_group.cc \
5a7626c7 24 support.h \
b1218840 25 support_group.cc \
b1218840
AJ
26 support_krb5.cc \
27 support_ldap.cc \
aa5639dc 28 support_log.cc \
f602c423 29 support_lserver.cc \
aa5639dc 30 support_member.cc \
31 support_netbios.cc \
32 support_resolv.cc \
33 support_sasl.cc
b1218840
AJ
34
35ext_kerberos_ldap_group_acl_LDFLAGS =
36ext_kerberos_ldap_group_acl_LDADD = \
8288b253 37 $(top_builddir)/lib/libmiscencoding.la \
b1218840
AJ
38 $(COMPAT_LIB) \
39 $(LDAPLIB) \
40 $(LBERLIB) \
41 $(LIBSASL) \
42 $(KRB5LIBS) \
43 $(XTRA_LIBS)