Enable compiling the shared ngspice library with S-parameters enabled

This commit is contained in:
Holger Vogt 2022-05-02 11:26:32 +02:00
parent d692669bb9
commit aeef25efaf
1 changed files with 5 additions and 0 deletions

View File

@ -588,6 +588,11 @@ libngspice_la_LIBADD += \
$(LIBS) \
$(OPENMP_CFLAGS)
if SP_WANTED
libngspice_la_LIBADD += \
maths/dense/libdense.la
endif
libngspice_la_CFLAGS = -shared
libngspice_la_LDFLAGS = -shared