From: wessels <> Date: Tue, 16 Jul 1996 07:50:15 +0000 (+0000) Subject: add base64.o X-Git-Tag: SQUID_3_0_PRE1~6050 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=418bee039a6f76b70ae92c8b2759d3d2b8b66d80;p=thirdparty%2Fsquid.git add base64.o --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 3f5cbb5ada..ec21252eed 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ # # Darren Hardy, hardy@cs.colorado.edu, April 1994 # -# $Id: Makefile.in,v 1.9 1996/07/09 03:41:10 wessels Exp $ +# $Id: Makefile.in,v 1.10 1996/07/16 01:50:15 wessels Exp $ # prefix = @prefix@ srcdir = @srcdir@ @@ -27,7 +27,8 @@ UTILOBJS = rfc850.o \ getfullhostname.o \ debug.o \ log.o \ - tempnam.o + tempnam.o \ + base64.o REGEXOBJS = GNUregex.o LIBS = libmiscutil.a libregex.a