]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add redirect
authorwessels <>
Thu, 15 Aug 1996 08:57:15 +0000 (08:57 +0000)
committerwessels <>
Thu, 15 Aug 1996 08:57:15 +0000 (08:57 +0000)
src/Makefile.in

index 5c018f0ed833b46143eadac3afbbc902cc1bb5ee..6e9a847b3847ff1af2d45b0c90a06e691fd7158f 100644 (file)
@@ -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)