Remove all versioned libraries on "make clean"

This commit is contained in:
Pavel Roskin 2009-04-07 17:03:58 -04:00 committed by Thomas Graf
parent 1276256a72
commit becae5f37a

View file

@ -84,7 +84,7 @@ $(NF_LIB): $(NF_LIB).$(PACKAGE_VERSION)
clean:
@echo " CLEAN lib"; \
$(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS)
$(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS) *.so.*
distclean:
@echo " DISTCLEAN lib"; \