From b1d198687649b9397bfc5c96239871f4cc273e29 Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 16 Feb 2006 15:11:29 +0000 Subject: [PATCH] Adapted to the actual adms dir configuration. --- src/spicelib/devices/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/spicelib/devices/Makefile.am b/src/spicelib/devices/Makefile.am index 5b618c6a0..51023f5dc 100644 --- a/src/spicelib/devices/Makefile.am +++ b/src/spicelib/devices/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in SUBDIRS = \ - adms \ + adms/hicum0 \ + adms/mextram \ asrc \ bjt \ bjt2 \ @@ -51,7 +52,8 @@ SUBDIRS = \ @NUMDEVDIR@ DIST_SUBDIRS = \ - adms \ + adms/hicum0 \ + adms/mextram \ asrc \ bjt \ bjt2 \