Browse Source

Enable compiling the shared ngspice library with S-parameters enabled

pre-master-46
Holger Vogt 4 years ago
parent
commit
899cdbc281
  1. 5
      src/Makefile.am

5
src/Makefile.am

@ -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

Loading…
Cancel
Save