Skip to content

Commit

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

See merge request mer-core/libdbuslog!4
  • Loading branch information
pvuorela committed Sep 15, 2020
2 parents 04b4bae + b6eb50b commit e433be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Makefile
Expand Up @@ -386,7 +386,7 @@ common-install-dev: $(INSTALL_INCLUDE_DIR)
$(INSTALL_FILES) $(INSTALL_COMMON_HEADERS) $(INSTALL_INCLUDE_DIR)

dbus-install: $(INSTALL_LIB_DIR)
$(INSTALL_FILES) $(DBUS_RELEASE_LIB) $(INSTALL_LIB_DIR)
$(INSTALL) -m 755 $(DBUS_RELEASE_LIB) $(INSTALL_LIB_DIR)
ln -sf $(DBUS_LIB) $(INSTALL_LIB_DIR)/$(DBUS_LIB_SYMLINK2)
ln -sf $(DBUS_LIB_SYMLINK2) $(INSTALL_LIB_DIR)/$(DBUS_LIB_SYMLINK1)

Expand All @@ -396,7 +396,7 @@ dbus-install-dev: dbus-install common-install-dev $(DBUS_INSTALL_INCLUDE_DIR) $(
ln -sf $(DBUS_LIB_SYMLINK1) $(INSTALL_LIB_DIR)/$(DBUS_LIB_DEV_SYMLINK)

gio-install: $(INSTALL_LIB_DIR)
$(INSTALL_FILES) $(GIO_RELEASE_LIB) $(INSTALL_LIB_DIR)
$(INSTALL) -m 755 $(GIO_RELEASE_LIB) $(INSTALL_LIB_DIR)
ln -sf $(GIO_LIB) $(INSTALL_LIB_DIR)/$(GIO_LIB_SYMLINK2)
ln -sf $(GIO_LIB_SYMLINK2) $(INSTALL_LIB_DIR)/$(GIO_LIB_SYMLINK1)

Expand Down

0 comments on commit e433be7

Please sign in to comment.