diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:35:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:35:48 +0100 |
commit | e22ebdaaebd0290e3b1b18648e6b1048ff100845 (patch) | |
tree | bf945309aab4cba8b78bb041b9628b630718c013 /mk/linux.mk | |
parent | Update readme (diff) | |
download | libsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.gz libsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.bz2 libsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/linux.mk')
-rw-r--r-- | mk/linux.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/linux.mk b/mk/linux.mk new file mode 100644 index 0000000..5604525 --- /dev/null +++ b/mk/linux.mk @@ -0,0 +1,7 @@ +LIBEXT = so +LIBFLAGS = -shared -Wl,-soname,libsha2.$(LIBEXT).$(LIB_MAJOR) + +LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) +LIBMINOREXT = $(LIBEXT).$(LIB_MAJOR).$(LIB_MINOR) + +FIX_INSTALL_NAME = : |