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:
parent
fec1a9a9c8
commit
61b5c0563b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue