From cf15e904e28b57720112de196538bd0925babfb1 Mon Sep 17 00:00:00 2001 From: holger Date: Thu, 12 May 2022 17:24:26 +0200 Subject: [PATCH] add *.h to the source files to allow 'make dist' distributing them --- src/maths/dense/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/maths/dense/Makefile.am b/src/maths/dense/Makefile.am index 8e3272d00..580a40366 100644 --- a/src/maths/dense/Makefile.am +++ b/src/maths/dense/Makefile.am @@ -3,7 +3,9 @@ noinst_LTLIBRARIES = libdense.la libdense_la_SOURCES = \ - dense.c + dense.c \ + dense.h \ + denseinlines.h AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/dense