From 95c4c0f5876af59cf53f5828c3b84378408ca7cc Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 25 Mar 2023 15:36:15 +0100 Subject: [PATCH] Add inertial.h to the distributable headers --- src/include/ngspice/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index 3d39f57c9..2e8073a95 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -55,6 +55,7 @@ noinst_HEADERS = \ hlpdefs.h \ iferrmsg.h \ ifsim.h \ + inertial.h \ inpdefs.h \ inpmacs.h \ inpptree.h \