summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-06-12 17:38:27 +0000
committerStef Walter <stef@memberwebs.com>2010-06-12 21:22:07 +0000
commit92852897d420071033557bf77123a447c45b0ea1 (patch)
treee2c553b3a2661ac0a9aca11f6a2076082072f239 /Makefile.am
parent2954ca8774c95bd2a033b3d62a64ce78c1a2fe93 (diff)
Implement auto unlock in wrap-layer.
* Including tests and necessary infrastructure.
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 4106ac31..ca70b917 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,5 +66,5 @@ coverage: check
mkdir -p testing/coverage
$(LCOV) --directory . --capture --output-file testing/coverage.info
$(GENHTML) --output-directory testing/coverage testing/coverage.info
- echo "Coverage info in: testing/coverage/index.html"
+ @echo "file://$(abs_top_builddir)/testing/coverage/index.html"
endif \ No newline at end of file