2003-08-31 Stefan Jones <stefan.jones@multigig.com>
* configure.in: Change linking order of libxspmif.a and libxspcm.a
This commit is contained in:
parent
7f3cb33f8c
commit
72d4df8cb1
|
|
@ -1,5 +1,8 @@
|
|||
2003-08-31 Stefan Jones <stefan.jones@multigig.com>
|
||||
|
||||
* configure.in:
|
||||
Change linking order of libxspmif.a and libxspcm.a
|
||||
|
||||
* tests/TransImpedanceAmp/output.net:
|
||||
processed with dos2unix
|
||||
|
||||
|
|
|
|||
|
|
@ -405,8 +405,8 @@ if test "$enable_xspice" = "yes"; then
|
|||
AC_PROG_YACC
|
||||
AM_PROG_LEX
|
||||
XSPICEDIR="xspice"
|
||||
XSPICELIB1="$XSPICEDIR/mif/libmifxsp.a \
|
||||
$XSPICEDIR/cm/libcmxsp.a"
|
||||
XSPICELIB1="$XSPICEDIR/cm/libcmxsp.a \
|
||||
$XSPICEDIR/mif/libmifxsp.a"
|
||||
XSPICELIB2="$XSPICEDIR/evt/libevtxsp.a \
|
||||
$XSPICEDIR/enh/libenhxsp.a \
|
||||
$XSPICEDIR/ipc/libipcxsp.a \
|
||||
|
|
|
|||
Loading…
Reference in New Issue