]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/NCSA/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / NCSA / Makefile.am
1 ## Copyright (C) 1996-2020 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
8 include $(top_srcdir)/src/Common.am
9
10 libexec_PROGRAMS = basic_ncsa_auth
11 man_MANS = basic_ncsa_auth.8
12 EXTRA_DIST = basic_ncsa_auth.8 required.m4
13
14 basic_ncsa_auth_SOURCES= \
15 basic_ncsa_auth.cc \
16 crypt_md5.cc \
17 crypt_md5.h
18 basic_ncsa_auth_LDADD= \
19 $(top_builddir)/lib/libmisccontainers.la \
20 $(top_builddir)/lib/libmiscencoding.la \
21 $(COMPAT_LIB) \
22 $(NETTLELIB) \
23 $(CRYPTLIB) \
24 $(SSLLIB) \
25 $(XTRA_LIBS)