Fix for "make clean" not removing .a files in lib/

This commit is contained in:
Eric J Korpela 2013-04-03 09:56:25 -07:00
parent f6ee54a602
commit 7b8fae6b1e
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ $(LIBBOINC_FCGI_STATIC): libboinc_fcgi.la
rm -f $(LIBBOINC_FCGI_STATIC)
$(LN) .libs/$(LIBBOINC_FCGI_STATIC) .
clean: clean-am
rm -f $(LIBBOINC_STATIC) $(LIBBOINC_CRYPT_STATIC) $(LIBBOINC_FCGI_STATIC)
endif
# end of "if ENABLE_LIBRARIES"