]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - configure.in
Move squidclient and cachemgr from src to tools
[thirdparty/squid.git] / configure.in
index 40150cccee41d556b4efbd67c952bbf0042fca3a..66ceb27ec11f5606026ae25db56cb218dc1366ec 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.410 2006/05/07 14:04:39 serassio Exp $
+dnl  $Id: configure.in,v 1.411 2006/05/11 01:36:57 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE([tar-ustar])
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.410 $)dnl
+AC_REVISION($Revision: 1.411 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -3126,7 +3126,8 @@ AC_CONFIG_FILES([\
        helpers/external_acl/session/Makefile \
        helpers/external_acl/unix_group/Makefile \
        helpers/external_acl/wbinfo_group/Makefile \
-       helpers/external_acl/mswin_lm_group/Makefile
+       helpers/external_acl/mswin_lm_group/Makefile \
+       tools/Makefile
 ])
 
 AC_CONFIG_SUBDIRS(lib/libTrie)