From 61b5c0563bf0e871bfda6b9f3d761e53c25a517c Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sun, 25 Jul 2021 11:10:31 +0200 Subject: [PATCH] src/Makefile.am: Adopt used variables for lib versioning A small adjustment so the configured ABI version from configure.ac will get used for creating the libngspice library. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1822cb24c..265f65aa7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -594,7 +594,7 @@ endif ## if !SHWIN ## if !SHCYG -libngspice_la_LDFLAGS += -version-info $(NG_SO_VERSION) +libngspice_la_LDFLAGS += -version-info $(LT_NGSPICE_CURRENT):$(LT_NGSPICE_REVISION):$(LT_LIBNGSPICE_AGE) ## endif ## endif