]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/SASL/Makefile.am
Preserve caller context in MemObject::abort callbacks (#671)
[thirdparty/squid.git] / src / auth / basic / SASL / 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 man_MANS= basic_sasl_auth.8
11 libexec_PROGRAMS= basic_sasl_auth
12
13 basic_sasl_auth_SOURCES= \
14 basic_sasl_auth.cc
15 basic_sasl_auth_LDADD= \
16 $(top_builddir)/lib/libmiscencoding.la \
17 $(COMPAT_LIB) \
18 $(LIBSASL) \
19 $(XTRA_LIBS)
20
21 EXTRA_DIST= \
22 basic_sasl_auth.8 \
23 basic_sasl_auth.conf \
24 basic_sasl_auth.pam \
25 required.m4