Browse Source

Add more KLU headers to enable their distribution

pre-master-46
Holger Vogt 2 years ago
parent
commit
f4c560ba71
  1. 9
      src/maths/KLU/Makefile.am

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

Loading…
Cancel
Save