Added SHRLIB_PERMISSIONS

This commit is contained in:
Janet Anderson
2012-12-05 14:34:18 -06:00
parent c1203076f2
commit f90f021309
2 changed files with 2 additions and 1 deletions

View File

@ -371,6 +371,7 @@ INSTALL_LIB_INSTALLS = $(addprefix $(INSTALL_LIB)/,$(notdir $(LIB_INSTALLS)))
# Installed file permissions
BIN_PERMISSIONS = 555
LIB_PERMISSIONS = 444
SHRLIB_PERMISSIONS = 555
INSTALL_PERMISSIONS = 444
#---------------------------------------------------------------