]> git.ipfire.org Git - thirdparty/squid.git/blob - src/acl/external/kerberos_ldap_group/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / external / kerberos_ldap_group / Makefile.am
1 ## Copyright (C) 1996-2017 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 EXTRA_DIST= \
11 cert_tool \
12 ext_kerberos_ldap_group_acl.8 \
13 README \
14 required.m4
15
16 AM_CPPFLAGS += -I$(srcdir)
17
18 libexec_SCRIPTS = cert_tool
19
20 libexec_PROGRAMS = ext_kerberos_ldap_group_acl
21
22 ext_kerberos_ldap_group_acl_SOURCES = \
23 kerberos_ldap_group.cc \
24 support.h \
25 support_group.cc \
26 support_netbios.cc \
27 support_member.cc \
28 support_krb5.cc \
29 support_ldap.cc \
30 support_sasl.cc \
31 support_resolv.cc \
32 support_lserver.cc \
33 support_log.cc
34
35 ext_kerberos_ldap_group_acl_LDFLAGS =
36 ext_kerberos_ldap_group_acl_LDADD = \
37 $(top_builddir)/lib/libmiscencoding.la \
38 $(COMPAT_LIB) \
39 $(LDAPLIB) \
40 $(LBERLIB) \
41 $(LIBSASL) \
42 $(KRB5LIBS) \
43 $(XTRA_LIBS)