Skip to content

Commit

Permalink
Merge branch 'permissions' into 'master'
Browse files Browse the repository at this point in the history
Install library as executable

See merge request mer-core/libwspcodec!3
  • Loading branch information
monich committed Aug 31, 2020
2 parents eeb05b4 + 2755eb5 commit c655a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -166,7 +166,7 @@ INSTALL_PKGCONFIG_DIR = $(DESTDIR)$(ABS_LIBDIR)/pkgconfig
INSTALL_ALIAS = $(INSTALL_LIB_DIR)/$(LIB_SHORTCUT)

install: $(INSTALL_LIB_DIR)
$(INSTALL_FILES) $(RELEASE_LIB) $(INSTALL_LIB_DIR)
$(INSTALL) -m 755 $(RELEASE_LIB) $(INSTALL_LIB_DIR)
ln -sf $(LIB) $(INSTALL_ALIAS)

install-dev: install $(INSTALL_INCLUDE_DIR) $(INSTALL_PKGCONFIG_DIR)
Expand Down

0 comments on commit c655a3a

Please sign in to comment.