Add more KLU headers to enable their distribution
This commit is contained in:
parent
a08f1046e4
commit
f4c560ba71
|
|
@ -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…
Reference in New Issue