From 5e9aa9000946571a134e05c6afc5396c46648ba6 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 7 Apr 2002 21:33:38 +0000 Subject: Update the list of source code files to include the vector and hashmap files. --- src/Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1ed6d01..1efc906 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2001-12-15 20:02:26 rjkaes Exp $ +# $Id: Makefile.am,v 1.10 2002-04-07 21:33:38 rjkaes Exp $ # # # @@ -21,18 +21,20 @@ LDFLAGS = @LDFLAGS@ bin_PROGRAMS = tinyproxy tinyproxy_SOURCES = \ - conns.c conns.h \ + acl.c acl.h \ + anonymous.c anonymous.h \ buffer.c buffer.h \ + conns.c conns.h \ + hashmap.c hashmap.h \ log.c log.h \ reqs.c reqs.h \ sock.c sock.h \ - tinyproxy.c tinyproxy.h \ - utils.c utils.h \ - anonymous.c anonymous.h \ stats.c stats.h \ thread.c thread.h \ + tinyproxy.c tinyproxy.h \ + utils.c utils.h \ + vector.c vector.h \ grammar.y scanner.l \ - acl.c acl.h \ regexp.h tinyproxy_LDADD = @LIBOBJS@ -- cgit v1.2.3