aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 20:43:15 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 20:43:15 +0100
commitc39ed7dc6f6596d959f71c611981f11a11f05cc2 (patch)
treed9ceb34701cfb90a7f793b0ae1144f9ea61b1059 /Makefile
parentSome fixes (diff)
downloadlibar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.gz
libar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.bz2
libar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.xz
Makefile: fix linking details for Mac OS
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb0bb90..fdb6f3a 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ install: libar2.a libar2.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man7"
cp -- libar2.a "$(DESTDIR)$(PREFIX)/lib/"
cp -- libar2.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMINOREXT)"
+ $(FIX_INSTALL_NAME) -- "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMINOREXT)"
ln -sf -- libar2.$(LIBMINOREXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMAJOREXT)"
ln -sf -- libar2.$(LIBMAJOREXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBEXT)"
cp -- libar2.h "$(DESTDIR)$(PREFIX)/include/"