Force -lgcov harder when running `make coverage`.

Shouldn't be needed, but I had to make this tweak to make this work again.
This commit is contained in:
Hisham 2016-02-19 13:40:21 -02:00
parent f5ddb974a1
commit a8a5e62760
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ debug:
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-ggdb -DDEBUG"
coverage:
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" AM_LDFLAGS="-lgcov"
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" LDFLAGS="-lgcov"
.c.h:
@srcdir@/scripts/MakeHeader.py $<