Browse Source

**/Makefile.am, fix "make dist"

pre-master-46
rlar 10 years ago
parent
commit
0d1b4d54c0
  1. 2
      Makefile.am
  2. 4
      src/include/ngspice/Makefile.am

2
Makefile.am

@ -7,7 +7,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \ ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \ DEVICES NEWS README README.tcl \
README.adms contrib \ README.adms contrib \
doc examples m4 visualc visualc-shared @NOTXGRAPH@ \
doc examples m4 visualc @NOTXGRAPH@ \
xgraph/aclocal.m4 \ xgraph/aclocal.m4 \
compile_min.sh .gitignore compile_min.sh .gitignore

4
src/include/ngspice/Makefile.am

@ -35,8 +35,10 @@ pkginclude_HEADERS = \
dvec.h \ dvec.h \
elctdefs.h \ elctdefs.h \
enh.h \ enh.h \
enhtypes.h \
evt.h \ evt.h \
evtproto.h \ evtproto.h \
evttypes.h \
evtudn.h \ evtudn.h \
ftedbgra.h \ ftedbgra.h \
ftedebug.h \ ftedebug.h \
@ -98,6 +100,7 @@ pkginclude_HEADERS = \
profile.h \ profile.h \
pssdefs.h \ pssdefs.h \
pzdefs.h \ pzdefs.h \
randnumb.h \
sen2defs.h \ sen2defs.h \
sensdefs.h \ sensdefs.h \
sensgen.h \ sensgen.h \
@ -106,6 +109,7 @@ pkginclude_HEADERS = \
smpdefs.h \ smpdefs.h \
sperror.h \ sperror.h \
spmatrix.h \ spmatrix.h \
stringskip.h \
stringutil.h \ stringutil.h \
suffix.h \ suffix.h \
swec.h \ swec.h \

Loading…
Cancel
Save