From 4ff1ac3e982ede5fa6f98df93c1524ae3c892629 Mon Sep 17 00:00:00 2001 From: kuepper Date: Wed, 7 Dec 2005 15:51:32 +0000 Subject: [PATCH] fix build for our FC4 systems --- eo/src/eoFunctorStore.cpp | 1 + eo/test/Makefile.am | 2 +- eo/tutorial/Lesson3/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eo/src/eoFunctorStore.cpp b/eo/src/eoFunctorStore.cpp index eae212b8..cb8d1a57 100644 --- a/eo/src/eoFunctorStore.cpp +++ b/eo/src/eoFunctorStore.cpp @@ -6,6 +6,7 @@ #include #include + /// clears the memory eoFunctorStore::~eoFunctorStore() { diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 32e724e2..65b88165 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -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 diff --git a/eo/tutorial/Lesson3/Makefile.am b/eo/tutorial/Lesson3/Makefile.am index e817c51c..50f53cd8 100644 --- a/eo/tutorial/Lesson3/Makefile.am +++ b/eo/tutorial/Lesson3/Makefile.am @@ -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