From: hno <> Date: Mon, 15 Apr 2002 04:24:03 +0000 (+0000) Subject: Dist the squid_sasl_auth squid_sasl_auth.conf config files X-Git-Tag: SQUID_3_0_PRE1~1068 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f789a48153eb2052491665f4c1946c030a138aa5;p=thirdparty%2Fsquid.git Dist the squid_sasl_auth squid_sasl_auth.conf config files (should probably install those somewhere..) --- diff --git a/helpers/basic_auth/SASL/Makefile.am b/helpers/basic_auth/SASL/Makefile.am index 22326ca598..08feb8fa0f 100644 --- a/helpers/basic_auth/SASL/Makefile.am +++ b/helpers/basic_auth/SASL/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid SASL authentication helper # -# $Id: Makefile.am,v 1.1 2002/03/30 16:42:58 hno Exp $ +# $Id: Makefile.am,v 1.2 2002/04/14 22:24:03 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -11,3 +11,4 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ libexec_PROGRAMS = sasl_auth LDADD = -lsasl $(XTRA_LIBS) +EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf