diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:58:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:58:44 +0100 |
commit | 2580c00f380dddb0c8403d2f30851388973eebf3 (patch) | |
tree | c8f13f45d9894d39e3d4f1c9e87c86aa767aa26b /mk/linux.mk | |
parent | Improve makefile + minor fixes and improvements (diff) | |
download | libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.gz libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.bz2 libred-2580c00f380dddb0c8403d2f30851388973eebf3.tar.xz |
Improve makefile1.0.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/linux.mk')
-rw-r--r-- | mk/linux.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/linux.mk b/mk/linux.mk index c180f9b..28f3551 100644 --- a/mk/linux.mk +++ b/mk/linux.mk @@ -2,3 +2,5 @@ LIBEXT = so LIBFLAGS = -shared -Wl,-soname,libred.$(LIBEXT).$(LIB_MAJOR) LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) LIBMINOREXT = $(LIBEXT).$(LIB_VERSION) + +FIX_INSTALL_NAME = : |