]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/session/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / external / session / Makefile.am
CommitLineData
f6e9a3ee 1## Copyright (C) 1996-2019 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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
e046643f
AJ
10libexec_PROGRAMS= ext_session_acl
11man_MANS= ext_session_acl.8
b0c8f295 12
e046643f
AJ
13ext_session_acl_SOURCES= \
14 ext_session_acl.cc
15ext_session_acl_LDADD = \
c152a447 16 $(COMPAT_LIB) \
acd207af
AJ
17 $(LIBBDB_LIBS) \
18 $(LIBTDB_LIBS)
e046643f
AJ
19
20EXTRA_DIST= ext_session_acl.8 required.m4