aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 21:12:21 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 21:13:28 +0200
commitf7b4088919bed74397e55ce2eab7aad61df3c949 (patch)
tree7d470a11985d9f9d8221919704aa2092ef7ae8b3 /linux.mk
downloadliberror-backtrace-f7b4088919bed74397e55ce2eab7aad61df3c949.tar.gz
liberror-backtrace-f7b4088919bed74397e55ce2eab7aad61df3c949.tar.bz2
liberror-backtrace-f7b4088919bed74397e55ce2eab7aad61df3c949.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
new file mode 100644
index 0000000..c9f74a0
--- /dev/null
+++ b/linux.mk
@@ -0,0 +1,5 @@
+LIBEXT = so
+LIBFLAGS = -shared -Wl,-soname,libkeccak.$(LIBEXT).$(LIB_MAJOR)
+
+LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
+LIBMINOREXT = $(LIBEXT).$(LIB_VERSION)