]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/SASL/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / SASL / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
8baa29be 10man_MANS = basic_sasl_auth.8
5a48ed18
AJ
11libexec_PROGRAMS = basic_sasl_auth
12basic_sasl_auth_SOURCES = basic_sasl_auth.cc
13basic_sasl_auth_LDADD = \
b3e94357 14 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18 15 $(COMPAT_LIB) \
cc937513
AJ
16 $(LIBSASL) \
17 $(XTRA_LIBS)
18
4cdc9927
AJ
19EXTRA_DIST = \
20 basic_sasl_auth.8 \
21 basic_sasl_auth.conf \
22 basic_sasl_auth.pam \
6c387c69 23 required.m4