From e967175f61d079a1962a8eb4e98abc757566e95e Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 7 Jul 2017 17:43:04 +0200 Subject: [PATCH] add bsimcmg.va to build system --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 052aaf22e..04e10a7e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1027,6 +1027,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 \ @@ -1035,6 +1036,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 @@ -1044,6 +1046,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 \