diff --git a/eo/src/es/Makefile.am b/eo/src/es/Makefile.am index 8342b8a9..bef3f588 100644 --- a/eo/src/es/Makefile.am +++ b/eo/src/es/Makefile.am @@ -14,6 +14,6 @@ libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp \ make_op_es.cpp make_pop_es.cpp make_run_es.cpp CPPFLAGS = -Wall -CXXFLAGS = -g +CXXFLAGS = libeoincdir = $(includedir)/eo/es libeoinc_HEADERS = eoEsChromInit.h eoEsFull.h eoEsMutate.h eoEsMutationInit.h eoEsSimple.h eoEsStdev.h eoEsStdevXOver.h eoGenericRealOp.h eoNormalMutation.h eoReal.h eoRealOp.h eoEsGlobalXover.h eoEsLocalXover.h eoRealAtomXover.h diff --git a/eo/src/ga/Makefile.am b/eo/src/ga/Makefile.am index b46bb017..ebb62568 100644 --- a/eo/src/ga/Makefile.am +++ b/eo/src/ga/Makefile.am @@ -14,6 +14,6 @@ libga_a_SOURCES = make_algo_scalar_ga.cpp \ make_pop_ga.cpp \ make_run_ga.cpp CPPFLAGS = -Wall -CXXFLAGS = -g +CXXFLAGS = libeoincdir = $(includedir)/eo/ga libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h make_ga.h