]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/DB/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / basic / DB / Makefile.am
1 ## Copyright (C) 1996-2023 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 = basic_db_auth
10 CLEANFILES += basic_db_auth
11 EXTRA_DIST= \
12 passwd.sql \
13 basic_db_auth.pl.in \
14 required.m4
15
16 basic_db_auth: basic_db_auth.pl.in
17 $(subst_perlshell)
18
19 if ENABLE_POD2MAN_DOC
20 man_MANS = basic_db_auth.8
21 CLEANFILES += basic_db_auth.8
22 EXTRA_DIST += basic_db_auth.8
23
24 basic_db_auth.8: basic_db_auth
25 pod2man --section=8 basic_db_auth basic_db_auth.8
26
27 endif