]> granicus.if.org Git - php/commitdiff
Patch from Nuno
authorRasmus Lerdorf <rasmus@php.net>
Fri, 9 Jun 2006 23:46:43 +0000 (23:46 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 9 Jun 2006 23:46:43 +0000 (23:46 +0000)
Makefile.gcov

index 6e5abcf8218e27af343683e052ec1a3fc16abd73..502660b8cb0d8094b7024126e8d58497d6c89328 100644 (file)
@@ -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; \