Browse Source

src/Makefile.am, libpsapi not required when linking shared ngspice,

prevents creating dll with actual libtool
pre-master-46
h_vogt 10 years ago
committed by rlar
parent
commit
23308f7fcf
  1. 4
      src/Makefile.am

4
src/Makefile.am

@ -460,10 +460,6 @@ EXTRA_DIST += spice.def
if SHARED_MODULE
lib_LTLIBRARIES = libngspice.la
if SHWIN
LIBS += -lpsapi
endif
libngspice_la_SOURCES = \
main.c \
conf.c \

Loading…
Cancel
Save