From b3676bb7630d9c74018aecf782ca47d02a32452f Mon Sep 17 00:00:00 2001 From: holger Date: Mon, 30 Jan 2023 13:09:15 +0100 Subject: [PATCH] enable make dist --- Makefile.am | 2 +- src/Makefile.am | 2 +- src/frontend/Makefile.am | 2 -- src/include/ngspice/Makefile.am | 2 ++ src/osdi/Makefile.am | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index f0f40c8e3..93a45d0df 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.shared-xspice README.vdmos \ - README.adms README-old.adms README.utf8 \ + README.adms README.utf8 \ examples m4 visualc \ cross-compile.sh cross-compile-shared.sh \ compile_min.sh compile_linux.sh compile_min_shared.sh \ diff --git a/src/Makefile.am b/src/Makefile.am index 3988837e3..a4f995f12 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib -DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib +DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib osdi if XSPICE_WANTED SUBDIRS += xspice diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 90ac17a57..9c765ab27 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -137,7 +137,6 @@ libfte_la_SOURCES = \ linear.c \ linear.h \ logicexp.c \ - logicexp.h \ measure.c \ misccoms.c \ misccoms.h \ @@ -187,7 +186,6 @@ libfte_la_SOURCES = \ typesdef.c \ typesdef.h \ udevices.c \ - udevices.h \ vectors.c \ vectors.h \ where.c \ diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index dadaf48d3..3d39f57c9 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -62,6 +62,7 @@ noinst_HEADERS = \ ipcproto.h \ ipctiein.h \ jobdefs.h \ + logicexp.h \ lsort.h \ macros.h \ material.h \ @@ -92,6 +93,7 @@ noinst_HEADERS = \ opdefs.h \ optdefs.h \ optndefs.h \ + osdiitf.h \ outpdefs.h \ plot.h \ pnode.h \ diff --git a/src/osdi/Makefile.am b/src/osdi/Makefile.am index 9cdd27fed..2d4716aab 100644 --- a/src/osdi/Makefile.am +++ b/src/osdi/Makefile.am @@ -12,7 +12,6 @@ libosdi_la_SOURCES = \ osdiparam.c \ osdiregistry.c \ osdisetup.c \ - osdiitf.h \ osditrunc.c \ osdipzld.c \ osdicallbacks.c