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

index 9dbf39adc16944d634e9945735eb6f615c98f236..1cf5455a21d62da13566a486bbdb8398110a5da3 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; \