--------------------- PatchSet 5184 Date: 2002/10/01 21:08:04 Author: rbcollins Branch: esi Tag: (none) Log: fix make dist Members: src/Makefile.am:1.23.2.8->1.23.2.9 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Makefile.am,v retrieving revision 1.23.2.8 retrieving revision 1.23.2.9 diff -u -r1.23.2.8 -r1.23.2.9 --- squid/src/Makefile.am 24 Sep 2002 11:54:51 -0000 1.23.2.8 +++ squid/src/Makefile.am 1 Oct 2002 21:08:04 -0000 1.23.2.9 @@ -27,7 +27,7 @@ endif if USE_ESI - ESI_SOURCE = ESI.c ESIExpression.c + ESI_SOURCE = ESI.c ESI.h ESIExpression.c else ESI_SOURCE = endif @@ -124,7 +124,9 @@ client_side.c \ client_side_reply.c \ client_side_request.c \ + client_side_request.h \ clientStream.c \ + clientStream.h \ comm.c \ comm_select.c \ comm_poll.c \ @@ -199,7 +201,9 @@ stmem.c \ store.c \ store_io.c \ + StoreIOBuffer.h \ store_client.c \ + StoreClient.h \ store_digest.c \ store_dir.c \ store_key_md5.c \