]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixes for the "%err_code and %err_detail logformat codes" patch
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 21 Oct 2010 10:34:44 +0000 (13:34 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 21 Oct 2010 10:34:44 +0000 (13:34 +0300)
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.

scripts/Makefile.am
src/Makefile.am

index 92f73072c5398c36b0fc065d050b6c9bd0e6e453..81a92b98684bcd0e355b476bd64e5bc59ad825b6 100644 (file)
@@ -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
index d50a1b1fc4fd735fcba52c735da17b39a8709a15..b0df536bcaf365cb6230fc6130cd8c7a6009f7ce 100644 (file)
@@ -309,6 +309,7 @@ squid_SOURCES = \
        $(DNSSOURCE) \
        enums.h \
        err_type.h \
+       err_detail_type.h \
        errorpage.cc \
        errorpage.h \
        ETag.cc \