2004-07-22 Stefan Jones <stefan.jones@multigig.com>

* src/Makefile.am:
	Change link order so xspice compiles
This commit is contained in:
stefanjones 2004-07-23 16:21:59 +00:00
parent 01724cecd1
commit f82b52ed68
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-22 Stefan Jones <stefan.jones@multigig.com>
* src/Makefile.am:
Change link order so xspice compiles
2004-07-22 Adrian Dawe <adrian.dawe@multigig.com>
* src/{measure.tcl,nodeDialog.tcl,pkgIndex.tcl.in,

View File

@ -70,8 +70,8 @@ ngspice_LDADD = \
spice.o \
frontend/libfte.a \
frontend/plotting/libplotting.a \
@XSPICELIB1@ \
spicelib/devices/dev.o \
@XSPICELIB1@ \
$(DYNAMIC_DEVICELIBS) \
spicelib/analysis/libckt.a \
spicelib/devices/libdev.a \