From 50cc487b213471ec98fffc8e545dcd931022e69d Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 9 Jun 2006 23:47:10 +0000 Subject: [PATCH] MFH: Patch from Nuno --- Makefile.gcov | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.gcov b/Makefile.gcov index 9dbf39adc1694..1cf5455a21d62 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -37,6 +37,9 @@ php_lcov.info: lcov-test if test -f "$(top_srcdir)/$$y.c"; then \ ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \ fi; \ + if test -f "$(top_srcdir)/$$y.h"; then \ + ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \ + fi; \ if test -f "$(top_srcdir)/$$y.re"; then \ ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \ fi; \