From 64431358928b3f57bcf00d41714a299c9ccabb02 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 10 Mar 2021 15:59:19 +0100 Subject: [PATCH] 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 --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 83622e1b3..26f85991d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -592,6 +592,12 @@ libngspice_la_LDFLAGS += -no-undefined EXTRA_DIST += ngspice.def endif +## if !SHWIN +## if !SHCYG +## libngspice_la_LDFLAGS += -version-info 0:@VERSION@:0 +## endif +## endif + SHAREDSPICE_VERSION = @VERSION@ endif SHARED_MODULE