libtool versioning added for Linux shared ngspice.

And commented out immediately, because not compatible
to KiCad, which is linking to libngsice.so.0.0.0
This commit is contained in:
Holger Vogt 2021-03-10 15:59:19 +01:00
parent 1ba168ff30
commit 6443135892
1 changed files with 6 additions and 0 deletions

View File

@ -592,6 +592,12 @@ libngspice_la_LDFLAGS += -no-undefined
EXTRA_DIST += ngspice.def EXTRA_DIST += ngspice.def
endif endif
## if !SHWIN
## if !SHCYG
## libngspice_la_LDFLAGS += -version-info 0:@VERSION@:0
## endif
## endif
SHAREDSPICE_VERSION = @VERSION@ SHAREDSPICE_VERSION = @VERSION@
endif SHARED_MODULE endif SHARED_MODULE