From f2c0cec4c42c2f68e4394c5c13e130b881c247bd Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 27 Aug 2000 20:10:16 +0000 Subject: [PATCH] * Makefile.am: test outputs were not put in distribution. --- tests/resistance/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resistance/Makefile.am b/tests/resistance/Makefile.am index b7f5358b2..6eb7647fc 100644 --- a/tests/resistance/Makefile.am +++ b/tests/resistance/Makefile.am @@ -9,6 +9,6 @@ TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice EXTRA_DIST = \ $(TESTS) \ - $(TESTS:.sh=.out) + $(TESTS:.cir=.out) MAINTAINERCLEANFILES = Makefile.in