lib.mk: Install .so irrespective of USE_PROJECT_LIB

Add install: install_LD_CONF if any .so .so.* is present, not just if
$(USE_PROJECT_LIB) = true.
This commit is contained in:
Jan Lindemann 2011-06-19 11:40:38 +00:00 committed by Jan Lindemann
commit c61158e61d

View file

@ -17,13 +17,17 @@ all:
install:
else
all: $(LD_CONF) $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)
install: install_LIB install_LD_CONF
install: install_LIB
endif
clean: libclean local_libclean clean.ld-conf
distclean: clean
local_libclean: clean.mingw clean.unix clean.all
ifneq ($(wildcard *.so *.so.*),)
install: install_LD_CONF
endif
clean.unix:
ifneq ($(TARGET),mingw)
rm -rf *.so.* *.so st*