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:
parent
1ba168ff30
commit
6443135892
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue