src/Makefile.am, libpsapi not required when linking shared ngspice,
prevents creating dll with actual libtool
This commit is contained in:
parent
9e237d700e
commit
23308f7fcf
|
|
@ -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…
Reference in New Issue