From: hno <> Date: Tue, 26 Oct 2004 06:10:38 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1007 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b9245e7849bc3eb794eddea12055ed7f0794a90;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index d9293ab30b..4ce0435d99 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.325 2004/10/11 00:10:37 hno Exp $ +# $Id: Makefile.in,v 1.326 2004/10/26 00:10:38 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -389,8 +389,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 = \