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