]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/NCSA/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / basic / NCSA / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
0d8565ac 10libexec_PROGRAMS = basic_ncsa_auth
0d8565ac 11man_MANS = basic_ncsa_auth.8
6c387c69 12EXTRA_DIST = basic_ncsa_auth.8 required.m4
03901cf8 13
aa5639dc 14basic_ncsa_auth_SOURCES = \
03901cf8
AJ
15 basic_ncsa_auth.cc \
16 crypt_md5.cc \
17 crypt_md5.h
18basic_ncsa_auth_LDADD= \
25f98340
AJ
19 $(top_builddir)/lib/libmisccontainers.la \
20 $(top_builddir)/lib/libmiscencoding.la \
0d8565ac 21 $(COMPAT_LIB) \
cdadae48 22 $(LIBNETTLE_LIBS) \
3ae8895c 23 $(CRYPTLIB) \
25f98340
AJ
24 $(SSLLIB) \
25 $(XTRA_LIBS)