From e062f308c82fce1d4f0540063b8f99fc323d49d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 24 Feb 2022 17:00:55 -0500 Subject: Creates soname symlink --- src/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile b/src/lib/Makefile index 4f0d2cf..80b7bb7 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -5,7 +5,7 @@ SOURCES = $(wildcard *.cc) OBJECTS = $(SOURCES:.cc=.o) DEPS = $(OBJECTS:.o=.d) LIBRARY = libbible -SONAME = $(LIBRARY).so.$(word 1, $(subst ., , $(version))) +SONAME = $(LIBRARY).so.$(soname_version) LIBRARY_STATIC = $(LIBRARY).a LIBRARY_SHARED = $(LIBRARY).so -- cgit v1.2.3