]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/helper-mux/Makefile.am
Merged from trunk
[thirdparty/squid.git] / tools / helper-mux / Makefile.am
1 ## Copyright (C) 1996-2015 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 include $(top_srcdir)/src/Common.am
8
9 libexec_SCRIPTS = helper-mux
10 CLEANFILES += helper-mux
11 EXTRA_DIST= helper-mux.pl.in
12
13 if ENABLE_POD2MAN_DOC
14 man_MANS = helper-mux.8
15 CLEANFILES += helper-mux.8
16 EXTRA_DIST += helper-mux.8
17
18 helper-mux.8: helper-mux
19 pod2man helper-mux helper-mux.8
20
21 endif
22
23 helper-mux: helper-mux.pl.in
24 $(subst_perlshell)