]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/POP3/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / POP3 / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5b95b903
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
c2cf387f
AJ
8include $(top_srcdir)/src/Common.am
9
10libexec_SCRIPTS = basic_pop3_auth
ff82290c 11CLEANFILES += basic_pop3_auth
90cf12ec 12EXTRA_DIST= \
90cf12ec
AJ
13 basic_pop3_auth.pl.in \
14 required.m4
c2cf387f
AJ
15
16basic_pop3_auth: basic_pop3_auth.pl.in
17 $(subst_perlshell)
90cf12ec 18
ff82290c
AJ
19if ENABLE_POD2MAN_DOC
20man_MANS = basic_pop3_auth.8
21CLEANFILES += basic_pop3_auth.8
22EXTRA_DIST += basic_pop3_auth.8
23
90cf12ec 24basic_pop3_auth.8: basic_pop3_auth
ff82290c 25 pod2man --section=8 basic_pop3_auth basic_pop3_auth.8
90cf12ec 26
ff82290c 27endif