aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-19Set install name for installed libraryCarlo Cabrera1-0/+2
2022-02-19Set install name in `LIBFLAGS`Carlo Cabrera1-2/+0
My previous PR (#16) deliberately set the install name at install time instead of at build time, since this is the correct time to determine the library's install name. However, if you prefer to do this during build time instead, then there is no need to call `install_name_tool`. We can pass the appropriate flags to the linker instead.
2022-02-19Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-timeMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Fix makefile add add OSCONFIGFILEMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>