]> 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 5c6d91fd48e237fb0b268ec4a2a7304958d78d66..ddb5591a4d961f66b0dbb25ab744c425f79ff3d3 100644 (file)
@@ -1,21 +1,23 @@
-#
-#  Makefile for the Squid SASL authentication helper
-#
-#  $Id$
-#
-#  Uncomment and customize the following to suit your needs:
-#
+## 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.
+##
 
-libexec_PROGRAMS       = sasl_auth
+include $(top_srcdir)/src/Common.am
 
-INCLUDES = \
-       -I$(top_srcdir) \
-       -I$(top_srcdir)/include
-
-LDADD = \
-       -L$(top_builddir)/squid-compat/libcompat.la \
-       -L$(top_builddir)/lib -lmiscutil \
+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             = squid_sasl_auth squid_sasl_auth.conf
+EXTRA_DIST = \
+       basic_sasl_auth.8 \
+       basic_sasl_auth.conf \
+       basic_sasl_auth.pam \
+       required.m4