]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/SASL/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / SASL / Makefile.am
index 1fca0b49cc4819c27deccb83e19b08e1fce5c849..ddb5591a4d961f66b0dbb25ab744c425f79ff3d3 100644 (file)
@@ -1,10 +1,23 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 
+man_MANS = basic_sasl_auth.8
 libexec_PROGRAMS = basic_sasl_auth
 basic_sasl_auth_SOURCES = basic_sasl_auth.cc
 basic_sasl_auth_LDADD = \
+       $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
        $(LIBSASL) \
        $(XTRA_LIBS)
 
-EXTRA_DIST = basic_sasl_auth.pam basic_sasl_auth.conf
+EXTRA_DIST = \
+       basic_sasl_auth.8 \
+       basic_sasl_auth.conf \
+       basic_sasl_auth.pam \
+       required.m4