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.
This commit is contained in:
Carsten Schoenert 2021-07-25 11:10:31 +02:00 committed by Holger Vogt
parent fec1a9a9c8
commit 61b5c0563b
1 changed files with 1 additions and 1 deletions

View File

@ -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