* Makefile.am: Update for release-distribution.
* Makefile.am: Add missing CMA header for distribution. * Makefile.am: Add missing header for distribution.
This commit is contained in:
parent
bcaa0cf5e4
commit
b2ce7bedb6
6 changed files with 27 additions and 4 deletions
|
|
@ -46,9 +46,11 @@ libcma_a_SOURCES = eig.cpp \
|
|||
|
||||
cmaincludedir = $(pkgincludedir)/es
|
||||
|
||||
cmainclude_HEADERS = eig.h \
|
||||
cmainclude_HEADERS = CMAParams.h \
|
||||
CMAState.h \
|
||||
matrices.h \
|
||||
CMAParams.h
|
||||
eig.h \
|
||||
eoCMAInit.h \
|
||||
eoCMABreed.h \
|
||||
matrices.h
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue