From 04649fe62d37cb0ee1197e98523069decdcc941e Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 3 Feb 2026 21:18:36 -0500 Subject: [PATCH] Actually use soversion --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index be692e7..6dddbaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I build/autotools/m4 # tell Libtool what the name of the library is. lib_LTLIBRARIES = libmathic.la +libmathic_la_LDFLAGS = -version-info @MATHIC_SO_VERSION@ # the sources that are built to make libmathic. libmathic_la_SOURCES = src/mathic/Timer.cpp \