diff --git a/configure.ac b/configure.ac index afbb0be20..218dabb32 100644 --- a/configure.ac +++ b/configure.ac @@ -956,6 +956,7 @@ if test "x$enable_adms" = xyes ; then AC_DEFINE([ADMS], [1], [Support for Verilog-A models]) VLADEVDIR=" adms/bsim6 \ + adms/bsimcmg \ adms/ekv \ adms/hicum0 \ adms/hicum2 \ @@ -964,6 +965,7 @@ if test "x$enable_adms" = xyes ; then # 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/bsimcmg/Makefile #VLAMKF src/spicelib/devices/adms/ekv/Makefile #VLAMKF src/spicelib/devices/adms/hicum0/Makefile #VLAMKF src/spicelib/devices/adms/hicum2/Makefile @@ -973,6 +975,7 @@ if test "x$enable_adms" = xyes ; then NOTVLADEVDIR="" VLADEV=" spicelib/devices/adms/bsim6/libbsim6.la \ + spicelib/devices/adms/bsimcmg/libbsimcmg.la \ spicelib/devices/adms/ekv/libekv.la \ spicelib/devices/adms/hicum0/libhicum0.la \ spicelib/devices/adms/hicum2/libhicum2.la \