]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/POP3/Makefile.am
Prep for 3.5.4, 3.4.13, 3.3.14, 3.2.14
[thirdparty/squid.git] / helpers / basic_auth / POP3 / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
90cf12ec
AJ
11man_MANS= basic_pop3_auth.8
12EXTRA_DIST= \
13 basic_pop3_auth.8 \
14 basic_pop3_auth.pl.in \
15 required.m4
c2cf387f
AJ
16
17basic_pop3_auth: basic_pop3_auth.pl.in
18 $(subst_perlshell)
90cf12ec
AJ
19
20basic_pop3_auth.8: basic_pop3_auth
21 pod2man basic_pop3_auth basic_pop3_auth.8
22
23CLEANFILES += basic_pop3_auth basic_pop3_auth.8