X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/ea387d533c306799418a225180c7fba547582ee6..012c707d5c03631b365886904089d98f3747d308:/Makefile.am diff --git a/Makefile.am b/Makefile.am index bba9048..99d2fd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d \ -README.upgrades README.client README.mac README.raw +README.upgrades README.client README.mac README.raw README.vhost SUBDIRS=@subdirs@ check-report: before-check check make-coverage-reports @@ -29,8 +29,8 @@ make-coverage-reports: @for subdir in lib plugins server clients disobedience; do \ echo cd $$subdir;\ cd $$subdir;\ - echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\ - ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\ + echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\ + ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\ echo cd ..;\ cd ..;\ done