Bug fixing.

This commit is contained in:
pnenzi 2003-08-13 23:27:50 +00:00
parent 63c93eca79
commit 9cb7e22d6f
2 changed files with 3 additions and 3 deletions

View File

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

View File

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