From a08f1046e40c91305cc9e2675d39020518fd9364 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 27 Dec 2023 16:18:36 +0100 Subject: [PATCH] Add KLU headers to enable their distribution --- src/include/ngspice/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index 2e8073a95..927496b94 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -63,7 +63,9 @@ noinst_HEADERS = \ ipcproto.h \ ipctiein.h \ jobdefs.h \ - logicexp.h \ + klu.h \ + klu-binding.h \ + logicexp.h \ lsort.h \ macros.h \ material.h \