fix
This commit is contained in:
parent
72c070585f
commit
7db38bc9cd
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ libeo_a_SOURCES = eoFunctorStore.cpp \
|
||||||
eoParetoFitness.cpp \
|
eoParetoFitness.cpp \
|
||||||
eoScalarFitnessAssembled.cpp
|
eoScalarFitnessAssembled.cpp
|
||||||
|
|
||||||
pkginclude_HEADERS = eo *.h do/*.h
|
pkginclude_HEADERS = $(srcdir)/eo $(srcdir)/*.h $(srcdir)/do/*.h
|
||||||
|
|
||||||
|
|
||||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||||
|
|
||||||
|
EXTRA_DIST = eo *.h do/*.h
|
||||||
|
|
|
||||||
Reference in a new issue