From c004719bf7e019de77209fb618e9d57380b6b19d Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 22 May 2011 10:29:24 +0000 Subject: [PATCH] hisim2, add hisim2 to configure.ac etc --- ChangeLog | 5 +++++ configure.ac | 1 + src/spicelib/devices/Makefile.am | 2 ++ 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb0678dfe..e56b082d9 100644 --- a/ChangeLog +++ b/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 diff --git a/configure.ac b/configure.ac index 55f3cb4c6..71b0e6872 100644 --- a/configure.ac +++ b/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 diff --git a/src/spicelib/devices/Makefile.am b/src/spicelib/devices/Makefile.am index a9f31a24e..784013690 100644 --- a/src/spicelib/devices/Makefile.am +++ b/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 \