From: hno <> Date: Mon, 25 Oct 2004 18:40:20 +0000 (+0000) Subject: Dist auth scheme headers X-Git-Tag: SQUID_3_0_PRE4~1008 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7712e6689fe2f26aa1a75c6208ca2963305356;p=thirdparty%2Fsquid.git Dist auth scheme headers --- diff --git a/src/Makefile.am b/src/Makefile.am index a3bf8a1a1f..449c156725 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.94 2004/10/10 03:02:42 hno Exp $ +# $Id: Makefile.am,v 1.95 2004/10/25 12:40:20 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -205,8 +205,11 @@ all_FSMODULES = \ all_AUTHMODULES = \ auth/basic/basicScheme.cc \ + auth/basic/basicScheme.h \ auth/digest/digestScheme.cc \ - auth/ntlm/ntlmScheme.cc + auth/digest/digestScheme.h \ + auth/ntlm/ntlmScheme.cc \ + auth/ntlm/ntlmScheme.h EXTRA_squid_SOURCES = \ $(all_FSMODULES) \