From: wessels <> Date: Thu, 15 Aug 1996 08:57:15 +0000 (+0000) Subject: add redirect X-Git-Tag: SQUID_3_0_PRE1~5966 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c9791beab00146764970b2e40a547d0a0c5a0bd;p=thirdparty%2Fsquid.git add redirect --- diff --git a/src/Makefile.in b/src/Makefile.in index 5c018f0ed8..6e9a847b38 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.33 1996/08/14 22:57:08 wessels Exp $ +# $Id: Makefile.in,v 1.34 1996/08/15 02:57:15 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -58,7 +58,7 @@ OBJS = acl.o async_io.o background.o cache_cf.o errorpage.o \ fdstat.o filemap.o ftp.o fqdncache.o gopher.o \ hash.o http.o icp.o ident.o ipcache.o \ main.o mime.o neighbors.o objcache.o \ - proto.o send-announce.o ssl.o stack.o stat.o stmem.o \ + proto.o redirect.o send-announce.o ssl.o stack.o stat.o stmem.o \ store.o store_clean.o storetoString.o tools.o ttl.o \ url.o wais.o $(XTRA_OBJS)