Add more KLU headers to enable their distribution

This commit is contained in:
Holger Vogt 2023-12-27 16:42:37 +01:00
parent a08f1046e4
commit f4c560ba71
1 changed files with 9 additions and 0 deletions

View File

@ -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 \