We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e980a commit 29944b8Copy full SHA for 29944b8
src/Makefile.am
@@ -141,4 +141,4 @@ uninstall-local:
141
rm -f $(DESTDIR)@APACHE_MODULEDIR@/mod_auth_openidc.so mod_auth_openidc.la
142
143
clean-local:
144
- rm -f mod_auth_openidc.la
+ rm -f mod_auth_openidc.la && rm -rf *.gcno
test/Makefile.am
@@ -64,7 +64,7 @@ EXTRA_DIST = \
64
certificate.pem \
65
open-redirect-payload-list.txt
66
67
-distclean-local:
+clean-local:
68
rm -f *.gcno
69
70
CODE_COVERAGE_LCOV_SHOPTS = --ignore-errors inconsistent --ignore-errors unused
0 commit comments