Moved the static variables of class eoVariableParetoTraits

into a separate .cpp file (eoParetoFitness.cpp) - and modified Makefile.am
This commit is contained in:
evomarc 2002-02-02 06:43:46 +00:00
commit daed31c088
3 changed files with 39 additions and 6 deletions

View file

@ -8,7 +8,7 @@ SUBDIRS = es ga gp utils other
CPPFLAGS = -O2
lib_LIBRARIES = libeo.a
libeo_a_SOURCES = eoFunctorStore.cpp eoPersistent.cpp eoPrintable.cpp eoCtrlCContinue.cpp
libeo_a_SOURCES = eoFunctorStore.cpp eoPersistent.cpp eoPrintable.cpp eoCtrlCContinue.cpp eoParetoFitness.cpp
libeoincdir = $(includedir)/eo
libeoinc_HEADERS = *.h eo