hisim2, add hisim2 to configure.ac etc
This commit is contained in:
parent
c969452864
commit
c004719bf7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue