From: hno <> Date: Sat, 19 Oct 2002 04:20:38 +0000 (+0000) Subject: "make dist" needs src/repl/*/Makefile X-Git-Tag: SQUID_3_0_PRE1~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf9d4c50035e64e4f72abe1200312fc2dbb6082;p=thirdparty%2Fsquid.git "make dist" needs src/repl/*/Makefile --- diff --git a/configure.in b/configure.in index 1cd51723fd..beb6042075 100644 --- a/configure.in +++ b/configure.in @@ -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.295 2002/10/17 00:58:10 robertc Exp $ +dnl $Id: configure.in,v 1.296 2002/10/18 22:20:38 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-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.295 $)dnl +AC_REVISION($Revision: 1.296 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2338,6 +2338,8 @@ AC_CONFIG_FILES([\ src/fs/diskd/Makefile \ src/fs/null/Makefile \ src/fs/ufs/Makefile \ + src/repl/heap/Makefile \ + src/repl/lru/Makefile \ doc/Makefile \ helpers/Makefile \ helpers/basic_auth/Makefile \