add *.h to the source files
to allow 'make dist' distributing them
This commit is contained in:
parent
303cf0c92b
commit
cf15e904e2
|
|
@ -3,7 +3,9 @@
|
||||||
noinst_LTLIBRARIES = libdense.la
|
noinst_LTLIBRARIES = libdense.la
|
||||||
|
|
||||||
libdense_la_SOURCES = \
|
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
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/dense
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue