adms wieder rein als AM_CONDITIONAL

This commit is contained in:
rlar 2012-04-13 16:07:17 +02:00
parent a3956094e2
commit c59baf92ef
2 changed files with 7 additions and 0 deletions

View File

@ -888,6 +888,8 @@ fi
AC_SUBST(ADMSXML)
AM_CONDITIONAL([ADMS_WANTED], [test "$enable_adms3" = "yes"])
dnl NDEV option
if test "$enable_ndev" = "yes"; then
AC_MSG_RESULT(NDEV features enabled)
@ -978,6 +980,7 @@ AC_CONFIG_FILES([Makefile
src/spicelib/Makefile
src/spicelib/analysis/Makefile
src/spicelib/devices/Makefile
src/spicelib/devices/adms/Makefile
src/spicelib/devices/asrc/Makefile
src/spicelib/devices/bjt/Makefile
src/spicelib/devices/bsim1/Makefile

View File

@ -58,6 +58,10 @@ if NUMDEV_WANTED
SUBDIRS += nbjt nbjt2 numd numd2 numos
endif
if ADMS_WANTED
SUBDIRS += adms
endif
DIST_SUBDIRS = \
asrc \
bjt \