add *.h to the source files

to allow 'make dist' distributing them
This commit is contained in:
holger 2022-05-12 17:24:26 +02:00 committed by Holger Vogt
parent 1140af3e8b
commit 6b06b8ca0d
1 changed files with 3 additions and 1 deletions

View File

@ -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