aboutsummaryrefslogtreecommitdiffstats
path: root/mk/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:13:14 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:13:14 +0100
commit57d1c6d3d5bf5f14b8b1755e78b5e0545cb11af7 (patch)
tree9ecd9eb9e925fd5634f225c44fc21e86abed4892 /mk/linux.mk
parentBump year in license (diff)
downloadliberror-57d1c6d3d5bf5f14b8b1755e78b5e0545cb11af7.tar.gz
liberror-57d1c6d3d5bf5f14b8b1755e78b5e0545cb11af7.tar.bz2
liberror-57d1c6d3d5bf5f14b8b1755e78b5e0545cb11af7.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/linux.mk')
-rw-r--r--mk/linux.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/linux.mk b/mk/linux.mk
new file mode 100644
index 0000000..cea065d
--- /dev/null
+++ b/mk/linux.mk
@@ -0,0 +1,7 @@
+LIBEXT = so
+LIBFLAGS = -shared -Wl,-soname,liberror.$(LIBEXT).$(LIB_MAJOR)
+
+LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
+LIBMINOREXT = $(LIBEXT).$(LIB_VERSION)
+
+FIX_INSTALL_NAME = :