files included in netlists were missing from dist target. Now corrected.

This commit is contained in:
pnenzi 2004-09-05 07:35:06 +00:00
parent fb62379a6c
commit 4515cac58f
4 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,8 @@ TESTS = \
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
nmosdd.mod \
pmosdd.mod \
$(TESTS) \
$(TESTS:.cir=.out)

View File

@ -10,6 +10,8 @@ TESTS = \
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
nmosfd.mod \
pmosfd.mod \
$(TESTS) \
$(TESTS:.cir=.out)

View File

@ -10,6 +10,8 @@ TESTS = \
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
nmospd.mod \
pmospd.mod \
$(TESTS) \
$(TESTS:.cir=.out)

View File

@ -23,6 +23,8 @@ TESTS = \
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
modelcard.nmos \
modelcard.pmos \
$(TESTS) \
$(TESTS:.cir=.out)