From 7e44d5a7039eed86603ea7a9b1875a410738e30f Mon Sep 17 00:00:00 2001 From: Jari Date: Fri, 18 Aug 2023 10:40:26 +0100 Subject: [PATCH] Fix missing spral_complex.h on install --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2237a7fb..3f3a165e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,10 @@ SPRALLINK = $(FCLINK) endif lib_LIBRARIES = libspral.a -include_HEADERS = include/spral.h +# Note: first so not += +include_HEADERS = \ + include/spral.h \ + include/spral_complex.h # BLAS_IFACE # Note: first so not +=