diff --git a/ChangeLog b/ChangeLog index dc742caf3..e4daf7169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-31 Robert Larice + * src/Makefile.am , + * tests/Makefile.am , + * tests/hisim/Makefile.am , + * tests/hisimhv/Makefile.am : + updates for `make dist' + 2011-05-30 Robert Larice * tests/bin/check_cmc.sh : incorporate CMC test suite into make target 'check' diff --git a/src/Makefile.am b/src/Makefile.am index 5234c1846..19b719aec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ endif !WINDOWS endif !TCL_MODULE EXTRA_DIST = ngspice.txt setplot spectrum \ - devload devaxis ciderinit winmain.c unsupported \ + devload devaxis ciderinit winmain.c winmain.h unsupported \ tclspice.c tclspice.map pkgIndex.tcl.in tclspinit.in main.c diff --git a/tests/Makefile.am b/tests/Makefile.am index cbd73c068..dcf491f3c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,6 +11,8 @@ SUBDIRS = bsim1 \ filters \ general \ hfet \ + hisim \ + hisimhv \ jfet \ mes \ mesa \ @@ -34,6 +36,8 @@ DIST_SUBDIRS = bsim1 \ filters \ general \ hfet \ + hisim \ + hisimhv \ jfet \ mes \ mesa \ diff --git a/tests/hisim/Makefile.am b/tests/hisim/Makefile.am index 868e395af..08f79eaee 100644 --- a/tests/hisim/Makefile.am +++ b/tests/hisim/Makefile.am @@ -9,7 +9,9 @@ TESTS_ENVIRONMENT = \ EXTRA_DIST = \ $(TESTS) \ - $(TESTS:.cir=.out) + nmos pmos \ + test1.cir \ + test1.out MAINTAINERCLEANFILES = Makefile.in diff --git a/tests/hisimhv/Makefile.am b/tests/hisimhv/Makefile.am index 9706359b6..742c6b7fe 100644 --- a/tests/hisimhv/Makefile.am +++ b/tests/hisimhv/Makefile.am @@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \ EXTRA_DIST = \ $(TESTS) \ - $(TESTS:.cir=.out) + nmos pmos MAINTAINERCLEANFILES = Makefile.in