summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-02-19 13:40:21 -0200
committerHisham <hisham@gobolinux.org>2016-02-19 13:40:21 -0200
commita8a5e62760f3a60311c4c5f7f6e45689c1ef540e (patch)
tree5b201f5949c186fe8c295399f704bf68353c1cf6 /Makefile.am
parentf5ddb974a1912be0fd5cad7eb3a035d7b5b71b3a (diff)
Force -lgcov harder when running `make coverage`.
Shouldn't be needed, but I had to make this tweak to make this work again.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b316270..19c9eb47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 $<

© 2014-2024 Faster IT GmbH | imprint | privacy policy