]> git.ipfire.org Git - thirdparty/squid.git/blob - src/acl/external/delayer/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / external / delayer / 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 libexec_SCRIPTS = ext_delayer_acl
11 CLEANFILES += ext_delayer_acl
12 EXTRA_DIST= \
13 required.m4 \
14 ext_delayer_acl.pl.in
15
16 ext_delayer_acl: ext_delayer_acl.pl.in
17 $(subst_perlshell)
18
19 if ENABLE_POD2MAN_DOC
20 man_MANS = ext_delayer_acl.8
21 CLEANFILES += ext_delayer_acl.8
22 EXTRA_DIST += ext_delayer_acl.8
23
24 ext_delayer_acl.8: ext_delayer_acl
25 pod2man --section=8 ext_delayer_acl ext_delayer_acl.8
26
27 endif