Browse Source

enable compiling of shared lib without osdi interface

pre-master-46
Holger Vogt 3 years ago
parent
commit
3598a0d0c1
  1. 5
      src/Makefile.am

5
src/Makefile.am

@ -593,8 +593,9 @@ libngspice_la_LIBADD += \
ciderlib/support/libcidersuprt.la
endif
libngspice_la_LIBADD += osdi/libosdi.la
if OSDI_WANTED
libngspice_la_LIBADD += osdi/libosdi.la
endif
libngspice_la_LIBADD += \
maths/deriv/libderiv.la \

Loading…
Cancel
Save