aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bzrignore2
-rwxr-xr-xconfigure4
2 files changed, 4 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore
index 12dd9c10..7d0ad548 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -16,3 +16,5 @@ tests/check
*.gcov
*.gcno
*.o
+coverage
+bitlbee.info
diff --git a/configure b/configure
index 23447102..88307d88 100755
--- a/configure
+++ b/configure
@@ -392,8 +392,8 @@ else
fi
if [ "$gcov" = "1" ]; then
- echo "CFLAGS+=-ftest-coverage -fprofile-arcs" >> Makefile.settings
- echo "EFLAGS+=-lgcov" >> Makefile.settings
+ echo "CFLAGS+=--coverage" >> Makefile.settings
+ echo "EFLAGS+=--coverage" >> Makefile.settings
fi
if [ "$plugins" = 0 ]; then