hisim2, add hisim2 to configure.ac etc

This commit is contained in:
rlar 2011-05-22 10:29:24 +00:00
parent c969452864
commit c004719bf7
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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