Skip to content

Commit

Permalink
Double symlink shared lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bioinfornatics committed Aug 13, 2012
1 parent 5dd2292 commit 13fa96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ install-shared-lib:
$(MKDIR) $(DESTDIR)$(LIB_DIR)
$(CP) $(DLIB_PATH)$(PATH_SEP)$(SHARED_LIBNAME).$(PROJECT_VERSION) $(DESTDIR)$(LIB_DIR)
cd $(DESTDIR)$(LIB_DIR)$(PATH_SEP) && $(LN) $(SHARED_LIBNAME).$(PROJECT_VERSION) $(SHARED_LIBNAME).$(MAJOR_VERSION)
cd $(DESTDIR)$(LIB_DIR)$(PATH_SEP) && $(LN) $(SHARED_LIBNAME).$(PROJECT_VERSION) $(SHARED_LIBNAME)
cd $(DESTDIR)$(LIB_DIR)$(PATH_SEP) && $(LN) $(SHARED_LIBNAME).$(MAJOR_VERSION) $(SHARED_LIBNAME)
@echo ------------------ Installing shared-lib done

install-header:
Expand All @@ -231,4 +231,3 @@ install-pkgfile:
$(MKDIR) $(DESTDIR)$(PKGCONFIG_DIR)
$(CP) $(PKG_CONFIG_FILE) $(DESTDIR)$(PKGCONFIG_DIR)$(PATH_SEP)$(PROJECT_NAME).pc
@echo ------------------ Installing pkgfile done

0 comments on commit 13fa96f

Please sign in to comment.