From: Christos Tsantilas Date: Thu, 21 Oct 2010 10:34:44 +0000 (+0300) Subject: Fixes for the "%err_code and %err_detail logformat codes" patch X-Git-Tag: take1~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3ff3818d3075774497aae5449fa60cb569b298e;p=thirdparty%2Fsquid.git Fixes for the "%err_code and %err_detail logformat codes" patch The newly added file src/err_detail_type.h must listed in squid_SOURCES variable in Makefile.am to be included in archives generated using "make dist" For the same reason the files scripts/{calc-must-ids.pl,calc-must-ids.sh} must listed in EXTRA_DIST variable. --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 92f73072c5..81a92b9868 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,6 +2,7 @@ EXTRA_DIST = AnnounceCache.pl access-log-matrix.pl cache-compare.pl \ cachetrace.pl check_cache.pl convert.configure.to.os2 \ fileno-to-pathname.pl flag_truncs.pl icp-test.pl \ find-alive.pl trace-job.pl trace-master.pl \ - icpserver.pl tcp-banger.pl udp-banger.pl upgrade-1.0-store.pl + icpserver.pl tcp-banger.pl udp-banger.pl upgrade-1.0-store.pl \ + calc-must-ids.pl calc-must-ids.sh dist_noinst_SCRIPTS = remove-cfg.sh diff --git a/src/Makefile.am b/src/Makefile.am index d50a1b1fc4..b0df536bca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -309,6 +309,7 @@ squid_SOURCES = \ $(DNSSOURCE) \ enums.h \ err_type.h \ + err_detail_type.h \ errorpage.cc \ errorpage.h \ ETag.cc \