From f4c560ba71f306677416684e1faa60efd9144c05 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 27 Dec 2023 16:42:37 +0100 Subject: [PATCH] Add more KLU headers to enable their distribution --- src/maths/KLU/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/maths/KLU/Makefile.am b/src/maths/KLU/Makefile.am index 66bedada8..dfda227d7 100644 --- a/src/maths/KLU/Makefile.am +++ b/src/maths/KLU/Makefile.am @@ -1,7 +1,16 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = SuiteSparse.org + noinst_LTLIBRARIES = libKLU_real.la libKLU_complex.la libKLU.la +noinst_HEADERS = \ + amd_internal.h \ + btf_internal.h \ + klu_internal.h \ + klu_version.h + + libKLU_real_la_SOURCES = \ klu.c \ klu_diagnostics.c \