From d2fedcb5b99b3d958c1a7164a7fd44834dc669bf Mon Sep 17 00:00:00 2001 From: jmerelo Date: Thu, 3 Aug 2000 17:33:03 +0000 Subject: [PATCH] More changes to Makefile.am --- eo/src/es/Makefile.am | 2 +- eo/src/other/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/es/Makefile.am b/eo/src/es/Makefile.am index f7cf8d98..b72b66d1 100644 --- a/eo/src/es/Makefile.am +++ b/eo/src/es/Makefile.am @@ -5,4 +5,4 @@ ############################################################################### libeoincdir = $(includedir)/eo/es -libeoinc_HEADERS = eoESFullChrom.h eoESChrom.h eoESFullMut.h evolution_strategies +libeoinc_HEADERS = eoESFullChrom.h eoESChrom.h eoESFullMut.h evolution_strategies eoEsObjectiveBounds.h eoEsSimple.h eoEsStdev.h eoEsFull.h eoEsChromInit.h eoEsMutationInit.h eoEsMutate.h \ No newline at end of file diff --git a/eo/src/other/Makefile.am b/eo/src/other/Makefile.am index e65ba2e2..6d1815db 100644 --- a/eo/src/other/Makefile.am +++ b/eo/src/other/Makefile.am @@ -10,4 +10,4 @@ lib_LIBRARIES = libeoother.a libeoother_a_SOURCES = eoExternalOpFunctions.cpp libeootherincdir = $(includedir)/eo/other -libeootherinc_HEADERS = eoExternalEO.h eoString.h eoStringMutation.h +libeootherinc_HEADERS = eoExternalEO.h eoString.h eoStringMutation.h external_eo eoExternalOpFunctions.h