From 72d3f12ab5ebd358ce6bb47b6f67508864ce51cf Mon Sep 17 00:00:00 2001 From: holger Date: Thu, 12 May 2022 17:35:16 +0200 Subject: [PATCH] add new header spardefs.h to noinst_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 e80fed42c..917c1dba5 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -105,6 +105,7 @@ noinst_HEADERS = \ sharedspice.h \ sim.h \ smpdefs.h \ + spardefs.h \ sperror.h \ spmatrix.h \ stringskip.h \