--------------------- PatchSet 1532 Date: 2005/08/19 20:18:50 Author: rousskov Branch: squid3-icap Tag: (none) Log: - Added ICAPXaction, ICAPServiceRep, and TextException Members: src/Makefile.am:1.60.4.2->1.60.4.3 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.60.4.2 retrieving revision 1.60.4.3 diff -u -r1.60.4.2 -r1.60.4.3 --- squid3/src/Makefile.am 17 Aug 2005 22:01:26 -0000 1.60.4.2 +++ squid3/src/Makefile.am 19 Aug 2005 20:18:50 -0000 1.60.4.3 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.60.4.2 2005/08/17 22:01:26 dwsquid Exp $ +# $Id: Makefile.am,v 1.60.4.3 2005/08/19 20:18:50 rousskov Exp $ # # Uncomment and customize the following to suit your needs: # @@ -95,6 +95,9 @@ ICAP_CLIENT_ALL_SOURCE = \ ICAPAnchor.cc \ ICAPClient.cc \ + ICAPXaction.cc \ + ICAPServiceRep.cc \ + TextException.cc \ MsgPipe.cc if USE_ICAP_CLIENT ICAP_CLIENT_SOURCE = $(ICAP_CLIENT_ALL_SOURCE)