Browse Source

hisim2, add hisim2 to configure.ac etc

pre-master-46
rlar 15 years ago
parent
commit
c004719bf7
  1. 5
      ChangeLog
  2. 1
      configure.ac
  3. 2
      src/spicelib/devices/Makefile.am

5
ChangeLog

@ -1,3 +1,8 @@
2011-05-22 Robert Larice
* configure.ac ,
* src/spicelib/devices/Makefile.am :
hisim2, add hisim2 to configure.ac etc
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/hsm2itf.h :
hisim2, fix hsm2itf.h

1
configure.ac

@ -1033,6 +1033,7 @@ AC_CONFIG_FILES([Makefile
src/spicelib/devices/hfet1/Makefile
src/spicelib/devices/hfet2/Makefile
src/spicelib/devices/hisim/Makefile
src/spicelib/devices/hisim2/Makefile
src/spicelib/devices/hisimhv/Makefile
src/spicelib/devices/jfet/Makefile
src/spicelib/devices/jfet2/Makefile

2
src/spicelib/devices/Makefile.am

@ -29,6 +29,7 @@ SUBDIRS = \
hfet1 \
hfet2 \
hisim \
hisim2 \
hisimhv \
jfet \
jfet2 \
@ -90,6 +91,7 @@ DIST_SUBDIRS = \
hfet1 \
hfet2 \
hisim \
hisim2 \
hisimhv \
jfet \
jfet2 \

Loading…
Cancel
Save