aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:02:45 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:02:45 +0100
commitbace259b6f8d16739d96a464435f7aab7951a23f (patch)
treecfa5ffb42028faa51259e1508b3156dc9ecd0943 /Makefile
parentAdd readme, let use know the demo makes an assumption about the encoding, and remove old testing code (diff)
downloadlibparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.gz
libparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.bz2
libparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.xz
Improve makefile
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 0c406ea..11fa042 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ install: libparsepcf.a libparsepcf.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(PREFIX)/include"
cp -- libparsepcf.a "$(DESTDIR)$(PREFIX)/lib/"
cp -- libparsepcf.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBMINOREXT)"
+ $(FIX_INSTALL_NAME) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBMINOREXT)"
ln -sf -- libparsepcf.$(LIBMINOREXT) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBMAJOREXT)"
ln -sf -- libparsepcf.$(LIBMAJOREXT) "$(DESTDIR)$(PREFIX)/lib/libparsepcf.$(LIBEXT)"
cp -- libparsepcf.h "$(DESTDIR)$(PREFIX)/include/"