fix build for our FC4 systems

This commit is contained in:
kuepper 2005-12-07 15:51:32 +00:00
commit 4ff1ac3e98
3 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
#include <eoFunctorStore.h>
#include <eoFunctor.h>
/// clears the memory
eoFunctorStore::~eoFunctorStore()
{

View file

@ -47,8 +47,8 @@ TESTS = $(check_PROGRAMS) \
noinst_HEADERS = binary_value.h real_value.h RoyalRoad.h
AM_CXXFLAGS = -I$(top_srcdir)/src
DEPS = $(LIBGA) $(LIBES) $(LIBCMA) $(LIBEOUTILS) $(LIBEO)
INCLUDES = -I$(top_srcdir)/src -I$(srcdir)/../src
LIBS = $(DEPS)
CLEANFILES = monitor.csv t-eoRandom.out

View file

@ -17,6 +17,6 @@ extra_DIST = Makefile.simple
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
LIBS = -lga -leo -leoutils
LIBS = -lga -leoutils -leo
INCLUDES = -I$(top_srcdir)/src