diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:13:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:13:14 +0100 |
commit | 57d1c6d3d5bf5f14b8b1755e78b5e0545cb11af7 (patch) | |
tree | 9ecd9eb9e925fd5634f225c44fc21e86abed4892 /mk/linux.mk | |
parent | Bump year in license (diff) | |
download | liberror-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 '')
-rw-r--r-- | mk/linux.mk (renamed from linux.mk) | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ LIBFLAGS = -shared -Wl,-soname,liberror.$(LIBEXT).$(LIB_MAJOR) LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) LIBMINOREXT = $(LIBEXT).$(LIB_VERSION) + +FIX_INSTALL_NAME = : |