X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ea387d533c306799418a225180c7fba547582ee6..313acc774bff2f76f41ca75cbca43ff3f0ad20cc:/Makefile.am diff --git a/Makefile.am b/Makefile.am index bba9048..b8318a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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