From 6d3f92cec6a3169b26d5fb76a32aa1e6b7e3cb16 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 \