From 7fb7bf7a420739b8f6aa1a11e77f20edd54c1716 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 02abb0cfb..6d7c0c449 100644 --- a/configure.ac +++ b/configure.ac @@ -942,6 +942,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 \ @@ -950,6 +951,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 @@ -959,6 +961,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 \