From cf793b3760fa07ce40ef8319de6c71f13598c10e Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 1 Jan 2012 18:19:34 +0000 Subject: [PATCH] fix tarball, spinit.in was missing --- ChangeLog | 8 ++++++-- src/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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