]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/DB/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / log / DB / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
1c363fe7
AJ
8include $(top_srcdir)/src/Common.am
9
10libexec_SCRIPTS = log_db_daemon
ff82290c 11CLEANFILES += log_db_daemon
1c363fe7 12EXTRA_DIST= \
5eabe4b4 13 required.m4 \
1c363fe7
AJ
14 doc/views.sql \
15 doc/date_day_column.sql \
1c363fe7
AJ
16 log_db_daemon.pl.in
17
1c363fe7
AJ
18log_db_daemon: log_db_daemon.pl.in
19 $(subst_perlshell)
ff82290c
AJ
20
21if ENABLE_POD2MAN_DOC
22man_MANS = log_db_daemon.8
23CLEANFILES += log_db_daemon.8
24EXTRA_DIST += log_db_daemon.8
25
26log_db_daemon.8: log_db_daemon
27 pod2man --section=8 log_db_daemon log_db_daemon.8
28
29endif