--------------------- PatchSet 4239 Date: 2002/06/14 07:07:43 Author: visolve Branch: visolve_wccpv2 Tag: (none) Log: visolve_wccpv2 Members: src/Makefile.am:1.19->1.19.4.1 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Makefile.am,v retrieving revision 1.19 retrieving revision 1.19.4.1 diff -u -r1.19 -r1.19.4.1 --- squid/src/Makefile.am 14 Apr 2002 23:07:00 -0000 1.19 +++ squid/src/Makefile.am 14 Jun 2002 07:07:43 -0000 1.19.4.1 @@ -26,6 +26,12 @@ DELAY_POOL_SOURCE = endif +if USE_WCCPv2 +WCCPv2_SOURCE = wccpv2.c +else +WCCPv2_SOURCE = +endif + if ENABLE_HTCP HTCPSOURCE = htcp.c endif @@ -97,6 +103,7 @@ unlinkd.c \ ssl_support.c \ ssl_support.h \ + wccpv2.c \ win32.c squid_SOURCES = \ @@ -197,6 +204,7 @@ useragent.c \ wais.c \ wccp.c \ + $(WCCPv2_SOURCE) \ whois.c \ $(WIN32SOURCE)