diff --git a/configure.ac b/configure.ac index 63361d5b2..052aaf22e 100644 --- a/configure.ac +++ b/configure.ac @@ -1026,13 +1026,15 @@ if test "x$enable_adms" = xyes ; then fi AC_DEFINE([ADMS], [1], [Support for Verilog-A models]) - VLADEVDIR=" adms/ekv \ + VLADEVDIR=" adms/bsim6 \ + adms/ekv \ adms/hicum0 \ adms/hicum2 \ adms/mextram \ adms/psp102 " # The makefiles for adms (to be added to AC_CONFIG_FILES by ./autogen.sh --adms) +#VLAMKF src/spicelib/devices/adms/bsim6/Makefile #VLAMKF src/spicelib/devices/adms/ekv/Makefile #VLAMKF src/spicelib/devices/adms/hicum0/Makefile #VLAMKF src/spicelib/devices/adms/hicum2/Makefile @@ -1041,7 +1043,8 @@ if test "x$enable_adms" = xyes ; then NOTVLADEVDIR="" - VLADEV=" spicelib/devices/adms/ekv/libekv.la \ + VLADEV=" spicelib/devices/adms/bsim6/libbsim6.la \ + spicelib/devices/adms/ekv/libekv.la \ spicelib/devices/adms/hicum0/libhicum0.la \ spicelib/devices/adms/hicum2/libhicum2.la \ spicelib/devices/adms/mextram/libbjt504t.la \