Browse Source

add *.h to the source files

to allow 'make dist' distributing them
pre-master-46
holger 4 years ago
parent
commit
cf15e904e2
  1. 4
      src/maths/dense/Makefile.am

4
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

Loading…
Cancel
Save