Skip to content

Commit

Permalink
clean-local: rm -f mod_auth_openidc.la
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Feb 25, 2024
1 parent 35e7cbe commit c247886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ install-exec-local:
uninstall-local:
rm -f $(DESTDIR)@APACHE_MODULEDIR@/mod_auth_openidc.so mod_auth_openidc.la

clean-local:
rm -f mod_auth_openidc.la

LDADD = libauth_openidc.la ${LIBADD}

noinst_PROGRAMS = test/test-cmd
Expand Down

0 comments on commit c247886

Please sign in to comment.