]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/DB/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / DB / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
7262a3df 7include $(top_srcdir)/src/Common.am
002d9b03 8
7262a3df 9libexec_SCRIPTS = basic_db_auth
ff82290c 10CLEANFILES += basic_db_auth
7262a3df
AJ
11EXTRA_DIST= \
12 passwd.sql \
c2cf387f 13 basic_db_auth.pl.in \
6c387c69 14 required.m4
002d9b03 15
c2cf387f
AJ
16basic_db_auth: basic_db_auth.pl.in
17 $(subst_perlshell)
b7c7c6d0 18
ff82290c
AJ
19if ENABLE_POD2MAN_DOC
20man_MANS = basic_db_auth.8
21CLEANFILES += basic_db_auth.8
22EXTRA_DIST += basic_db_auth.8
23
24basic_db_auth.8: basic_db_auth
25 pod2man --section=8 basic_db_auth basic_db_auth.8
26
27endif