--------------------- PatchSet 646 Date: 2003/03/08 19:54:56 Author: serassio Branch: nt Tag: (none) Log: Fixed 2 missing files in make dist Members: lib/Makefile.am:1.6.2.1->1.6.2.2 Index: squid3/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/Makefile.am,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -u -r1.6.2.1 -r1.6.2.2 --- squid3/lib/Makefile.am 25 Feb 2003 02:48:31 -0000 1.6.2.1 +++ squid3/lib/Makefile.am 8 Mar 2003 19:54:56 -0000 1.6.2.2 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.6.2.1 2003/02/25 02:48:31 hno Exp $ +# $Id: Makefile.am,v 1.6.2.2 2003/03/08 19:54:56 serassio Exp $ # if ENABLE_XPROF_STATS @@ -48,6 +48,8 @@ md5.c \ Profiler.c \ snprintf.c \ + drand48.c \ + getopt.c \ win32lib.c libmiscutil_a_SOURCES = \ MemPool.c \