]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/wbinfo_group/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / external / wbinfo_group / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 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
eb0c51fe 10libexec_SCRIPTS= ext_wbinfo_group_acl
ff82290c 11CLEANFILES += ext_wbinfo_group_acl
eb0c51fe 12EXTRA_DIST= \
eb0c51fe
AJ
13 ext_wbinfo_group_acl.pl.in \
14 required.m4
c152a447
AJ
15
16ext_wbinfo_group_acl: ext_wbinfo_group_acl.pl.in
17 $(subst_perlshell)
18
ff82290c
AJ
19if ENABLE_POD2MAN_DOC
20man_MANS = ext_wbinfo_group_acl.8
21CLEANFILES += ext_wbinfo_group_acl.8
22EXTRA_DIST += ext_wbinfo_group_acl.8
23
eb0c51fe 24ext_wbinfo_group_acl.8: ext_wbinfo_group_acl
ff82290c 25 pod2man --section=8 ext_wbinfo_group_acl ext_wbinfo_group_acl.8
2df55c92 26
ff82290c 27endif