From 0d1b4d54c07b71ef0016bd53ed06b07a37a459ba Mon Sep 17 00:00:00 2001 From: rlar Date: Wed, 17 Aug 2016 19:07:41 +0200 Subject: [PATCH] **/Makefile.am, fix "make dist" --- Makefile.am | 2 +- src/include/ngspice/Makefile.am | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 254cdd3df..161b38b3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \ ANALYSES BUGS AUTHORS ChangeLog \ DEVICES NEWS README README.tcl \ README.adms contrib \ - doc examples m4 visualc visualc-shared @NOTXGRAPH@ \ + doc examples m4 visualc @NOTXGRAPH@ \ xgraph/aclocal.m4 \ compile_min.sh .gitignore diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index fd7fec02c..efd91ae32 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -35,8 +35,10 @@ pkginclude_HEADERS = \ dvec.h \ elctdefs.h \ enh.h \ + enhtypes.h \ evt.h \ evtproto.h \ + evttypes.h \ evtudn.h \ ftedbgra.h \ ftedebug.h \ @@ -98,6 +100,7 @@ pkginclude_HEADERS = \ profile.h \ pssdefs.h \ pzdefs.h \ + randnumb.h \ sen2defs.h \ sensdefs.h \ sensgen.h \ @@ -106,6 +109,7 @@ pkginclude_HEADERS = \ smpdefs.h \ sperror.h \ spmatrix.h \ + stringskip.h \ stringutil.h \ suffix.h \ swec.h \