add *.h to the source files
to allow 'make dist' distributing them
This commit is contained in:
parent
1140af3e8b
commit
6b06b8ca0d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue