From b9d1a5ea007029e63608a1d8b4264f679ac63bd9 Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 8 Jun 2023 18:59:26 +0200 Subject: [PATCH] name change --- src/maths/sparse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maths/sparse/Makefile.am b/src/maths/sparse/Makefile.am index e44201cb5..8dd0b169e 100644 --- a/src/maths/sparse/Makefile.am +++ b/src/maths/sparse/Makefile.am @@ -7,7 +7,7 @@ libsparse_la_SOURCES = \ spBuild.c \ spConfig.h \ spDefs.h \ - spextra.c \ + spExtra.c \ spFactor.c \ spOutput.c \ spSMP.c \