distribute only adms/admst, not the whole adms

This commit is contained in:
Holger Vogt 2018-05-01 15:40:32 +02:00
parent 57788b7c49
commit 2337f057c1
2 changed files with 2 additions and 3 deletions

View File

@ -985,7 +985,7 @@ if test "x$enable_adms" = xyes ; then
else else
VLADEVDIR="" VLADEVDIR=""
NOTVLADEVDIR="adms" NOTVLADEVDIR="adms/admst"
fi fi

View File

@ -61,7 +61,6 @@ SUBDIRS += nbjt nbjt2 numd numd2 numos
endif endif
DIST_SUBDIRS = \ DIST_SUBDIRS = \
@VLADEVDIR@ \
asrc \ asrc \
bjt \ bjt \
bsim1 \ bsim1 \
@ -135,7 +134,7 @@ libdev_la_SOURCES = \
cktsoachk.c \ cktsoachk.c \
limit.c limit.c
EXTRA_DIST = @NOTVLADEVDIR@ EXTRA_DIST = adms/admst
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
AM_CFLAGS = $(STATIC) AM_CFLAGS = $(STATIC)