]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/LDAP_group/Makefile.am
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / acl / external / LDAP_group / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 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
c152a447
AJ
8include $(top_srcdir)/src/Common.am
9
e046643f
AJ
10libexec_PROGRAMS= ext_ldap_group_acl
11man_MANS= ext_ldap_group_acl.8
c152a447 12
aa5639dc 13ext_ldap_group_acl_SOURCES = \
e046643f
AJ
14 ext_ldap_group_acl.cc
15ext_ldap_group_acl_LDADD= \
a1fe225c 16 $(top_builddir)/lib/libmiscencoding.la \
c152a447 17 $(COMPAT_LIB) \
0d57ed2e 18 $(LIBLDAP_LIBS) \
c152a447 19 $(XTRA_LIBS)
e046643f
AJ
20
21EXTRA_DIST= \
22 ext_ldap_group_acl.8 \
23 required.m4