Browse Source

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.
pre-master-46
Carsten Schoenert 5 years ago
committed by Holger Vogt
parent
commit
61b5c0563b
  1. 2
      src/Makefile.am

2
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

Loading…
Cancel
Save