Browse Source

distribute only adms/admst, not the whole adms

pre-master-46
Holger Vogt 8 years ago
parent
commit
406f812db5
  1. 2
      configure.ac
  2. 3
      src/spicelib/devices/Makefile.am

2
configure.ac

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

3
src/spicelib/devices/Makefile.am

@ -62,7 +62,6 @@ SUBDIRS += nbjt nbjt2 numd numd2 numos
endif endif
DIST_SUBDIRS = \ DIST_SUBDIRS = \
@VLADEVDIR@ \
asrc \ asrc \
bjt \ bjt \
bsim1 \ bsim1 \
@ -137,7 +136,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)

Loading…
Cancel
Save