From 87d22d62085e2d1a4aa5e8ff040f4008d78526a2 Mon Sep 17 00:00:00 2001 From: Minlei Sun Date: Sat, 7 Dec 2019 02:53:02 +0800 Subject: [PATCH] install static library to /usr/local/lib --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ae9ff58..166cfaa 100644 --- a/Makefile +++ b/Makefile @@ -177,6 +177,7 @@ install: all $(INSTALL_X) $(FILE_T) $(INSTALL_T) $(INSTALL_F) $(INSTALL_H_FILES) $(INSTALL_INC) $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) + $(INSTALL_X) $(FILE_A) $(INSTALL_STATIC) -$(LDCONFIG) $(INSTALL_LIB) $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) -$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2)