--------------------- PatchSet 2023 Date: 2005/10/30 19:32:32 Author: serassio Branch: nt Tag: (none) Log: Forgotten a Makefile entry Members: configure.in:1.26.2.66->1.26.2.67 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.26.2.66 retrieving revision 1.26.2.67 diff -u -r1.26.2.66 -r1.26.2.67 --- squid3/configure.in 30 Oct 2005 19:20:15 -0000 1.26.2.66 +++ squid3/configure.in 30 Oct 2005 19:32:32 -0000 1.26.2.67 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.26.2.66 2005/10/30 19:20:15 serassio Exp $ +dnl $Id: configure.in,v 1.26.2.67 2005/10/30 19:32:32 serassio Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-NT-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.26.2.66 $)dnl +AC_REVISION($Revision: 1.26.2.67 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -3010,6 +3010,7 @@ helpers/ntlm_auth/SMB/Makefile \ helpers/ntlm_auth/SMB/smbval/Makefile \ helpers/ntlm_auth/mswin_sspi/Makefile \ + helpers/negotiate/Makefile \ helpers/negotiate_auth/mswin_sspi/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \