]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/file_userip/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / acl / external / file_userip / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
10libexec_PROGRAMS = ext_file_userip_acl
c152a447
AJ
11man_MANS = ext_file_userip_acl.8
12
e046643f
AJ
13ext_file_userip_acl_SOURCES= \
14 ext_file_userip_acl.cc
15ext_file_userip_acl_LDADD= \
16 $(top_builddir)/lib/libmiscencoding.la \
17 $(COMPAT_LIB) \
18 $(XTRA_LIBS)
19
c152a447
AJ
20EXTRA_DIST = \
21 example.conf \
c152a447 22 ext_file_userip_acl.8 \
5eabe4b4 23 required.m4