dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.268 2002/04/27 08:46:44 hno Exp $
+dnl $Id: configure.in,v 1.269 2002/05/19 15:07:55 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 2.6-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.268 $)dnl
+AC_REVISION($Revision: 1.269 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
src/auth/ntlm/helpers/Makefile \
src/auth/ntlm/helpers/fakeauth/Makefile \
src/auth/ntlm/helpers/no_check/Makefile \
- src/auth/ntlm/helpers/NTLMSSP/Makefile \
- src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
+ src/auth/ntlm/helpers/SMB/Makefile \
+ src/auth/ntlm/helpers/SMB/smbval/Makefile \
contrib/Makefile \
snmplib/Makefile \
icons/Makefile \
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.3 2001/11/30 10:00:18 hno Exp $
+# $Id: Makefile.am,v 1.4 2002/05/19 15:07:55 hno Exp $
#
-DIST_SUBDIRS = fakeauth no_check NTLMSSP
+DIST_SUBDIRS = fakeauth no_check SMB
SUBDIRS = @NTLM_AUTH_HELPERS@