Bug fixing.
This commit is contained in:
parent
63c93eca79
commit
9cb7e22d6f
|
|
@ -87,9 +87,9 @@ ngspice_LDADD = \
|
|||
spicelib/devices/libdev.a \
|
||||
@XSPICELIB2@ \
|
||||
frontend/parser/libparser.a \
|
||||
@CIDERSIM@ \
|
||||
frontend/help/libhlp.a \
|
||||
spicelib/parser/libinp.a \
|
||||
@CIDERSIM@ \
|
||||
maths/deriv/libderiv.a \
|
||||
maths/cmaths/libcmaths.a \
|
||||
@CIDERMATHDIR@ \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libmathsmisc.a
|
||||
noinst_LIBRARIES = libmathmisc.a
|
||||
|
||||
libmathsmisc_a_SOURCES = \
|
||||
libmathmisc_a_SOURCES = \
|
||||
accuracy.c \
|
||||
accuracy.h \
|
||||
bernoull.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue