]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
"make dist" needs src/repl/*/Makefile
authorhno <>
Sat, 19 Oct 2002 04:20:38 +0000 (04:20 +0000)
committerhno <>
Sat, 19 Oct 2002 04:20:38 +0000 (04:20 +0000)
configure.in

index 1cd51723fd9670e940535ddf948ef509d8419fe0..beb6042075ddc8e9a9b04ac56ba3863bfdfa58b6 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.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 \