diff --git a/ChangeLog b/ChangeLog index 5d85dc36a..c5bee1153 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,18 @@ +2012-01-01 Robert Larice + * src/Makefile.am : + fix tarball, spinit.in was missing + 2012-01-01 Holger Vogt * inpcom.c, main.c, compatmode.h, spinit.in: .lib handling depends on input to compatmode * runcoms.c: enforce 'reset' after tran, op, etc. before next - simulation is started + simulation is started 2011-12-30 Holger Vogt * b4v5dest.c, b4dest.c, b3dest, b3v32.dest : memory leaks reduced * b3v32... : struct bsim3SizeDependParam --> struct bsim3v32SizeDependParam * inpcom.c: undo commit from 2011-12-27, lib handling was defect! - + 2011-12-30 Robert Larice * inpcom.c : cleanup, drop `s_lower' diff --git a/src/Makefile.am b/src/Makefile.am index 94bacf024..8e3d90810 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ endif !TCL_MODULE EXTRA_DIST = ngspice.txt setplot spectrum \ devload devaxis ciderinit winmain.c winmain.h unsupported \ - tclspice.c tclspice.map pkgIndex.tcl.in tclspinit.in main.c + tclspice.c tclspice.map pkgIndex.tcl.in spinit.in tclspinit.in main.c initdatadir = $(pkgdatadir)/scripts