]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Dist auth scheme headers
authorhno <>
Mon, 25 Oct 2004 18:40:20 +0000 (18:40 +0000)
committerhno <>
Mon, 25 Oct 2004 18:40:20 +0000 (18:40 +0000)
src/Makefile.am

index a3bf8a1a1f20c60742c0a3364389e5f1eeeb4736..449c1567255e4da9afef3c383511daeaaa1e6c65 100644 (file)
@@ -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) \