--------------------- PatchSet 3349 Date: 2001/11/20 23:03:30 Author: jkay Branch: push Tag: (none) Log: Added webpush. Members: src/Makefile.am:1.8->1.8.2.1 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Makefile.am,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- squid/src/Makefile.am 16 Nov 2001 07:28:20 -0000 1.8 +++ squid/src/Makefile.am 20 Nov 2001 23:03:30 -0000 1.8.2.1 @@ -52,6 +52,26 @@ SSLSOURCE = endif +if ENABLE_HINTS +HINTSOURCE = \ + HintCache.c \ + HintCacheDisk.c \ + HintCacheEndian.c \ + HintCacheHier.c \ + HintCacheNet.c \ + HintCacheNodes.c \ + HintCachePrim.c \ + HintCacheProp.c +else +HINTSOURCE= +endif + +if ENABLE_PLAXTON +PLAXSOURCE = Plaxton.c +else +PLAXSOURCE = +endif + if ENABLE_WIN32SPECIFIC WIN32SOURCE = win32.c else @@ -72,6 +92,7 @@ bin_PROGRAMS = \ squid \ + webpush \ client libexec_PROGRAMS = \ @@ -115,6 +136,7 @@ defines.h \ $(DELAY_POOL_SOURCE) \ disk.c \ + dist.c \ $(DNSSOURCE) \ enums.h \ errorpage.c \ @@ -128,6 +150,7 @@ globals.h \ gopher.c \ helper.c \ + $(HINTSOURCE) \ $(HTCPSOURCE) \ http.c \ HttpStatusLine.c \ @@ -161,7 +184,9 @@ pconn.c \ peer_digest.c \ peer_select.c \ + $(PLAXSOURCE) \ protos.h \ + put.c \ redirect.c \ referer.c \ refresh.c \