From: kostas <> Date: Sun, 21 Dec 1997 18:01:51 +0000 (+0000) Subject: Added radixtree algorithm, derived from NetBSD-4.4 X-Git-Tag: SQUID_3_0_PRE1~4355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae926017e1a6f0104b03b388ba2ee4b592db7e71;p=thirdparty%2Fsquid.git Added radixtree algorithm, derived from NetBSD-4.4 --- diff --git a/lib/Makefile.in b/lib/Makefile.in index fd57dd702d..2fe3253527 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.29 1997/12/06 19:02:33 wessels Exp $ +# $Id: Makefile.in,v 1.30 1997/12/21 11:01:51 kostas Exp $ # prefix = @prefix@ srcdir = @srcdir@ @@ -33,6 +33,7 @@ UTILOBJS = rfc1123.o \ snprintf.o \ sha.o \ md5.o \ + radix.o \ String.o \ $(LIBOBJS) REGEXOBJS = GNUregex.o