diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-09 21:56:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-09 21:56:53 +0100 |
commit | 7085817a3d356f7c3240fe1d616a5b1f1b56e38a (patch) | |
tree | 9bfebc7c3330d99410cc8a73af3ee2f21e386be0 /linux.mk | |
parent | Remove texinfo file (it was truncated anyhow for some reason) (diff) | |
download | libkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.gz libkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.bz2 libkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.xz |
Fix makefile add add OSCONFIGFILE
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r-- | linux.mk | 5 |
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) |