]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Dist the Digest LDAP helper
authorhno <>
Thu, 29 Dec 2005 09:21:46 +0000 (09:21 +0000)
committerhno <>
Thu, 29 Dec 2005 09:21:46 +0000 (09:21 +0000)
configure.in
helpers/digest_auth/Makefile.am

index 7e66abac0af17a1cadd381d29c58eb42a689ff1c..7025ea5efbea8b963429bfdea29b5607d2bf73a9 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.393 2005/12/29 02:15:21 hno Exp $
+dnl  $Id: configure.in,v 1.394 2005/12/29 02:21:46 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.393 $)dnl
+AC_REVISION($Revision: 1.394 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -2957,6 +2957,7 @@ AC_CONFIG_FILES([\
        helpers/basic_auth/SASL/Makefile \
        helpers/digest_auth/Makefile \
        helpers/digest_auth/password/Makefile \
+       helpers/digest_auth/ldap/Makefile \
        helpers/ntlm_auth/Makefile \
        helpers/ntlm_auth/fakeauth/Makefile \
        helpers/ntlm_auth/no_check/Makefile \
index d1fb9d53db02373ceb9bdfd893ed3efdf0bcab66..9474b2f009b0ef5df9619e91453b520c5dd09536 100644 (file)
@@ -1,7 +1,7 @@
 #  Makefile for digest auth helpers in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2003/01/23 00:35:53 robertc Exp $
+#  $Id: Makefile.am,v 1.3 2005/12/29 02:21:46 hno Exp $
 #
 
-DIST_SUBDIRS   = password
+DIST_SUBDIRS   = password ldap
 SUBDIRS                = @DIGEST_AUTH_HELPERS@