From 9f7a06e28aad3ed93650af1d51d691990c7fca36 Mon Sep 17 00:00:00 2001 From: liefooga Date: Tue, 26 Jun 2007 12:21:51 +0000 Subject: [PATCH] update Makefile git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@394 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/tutorial/Lesson2/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/tutorial/Lesson2/Makefile.am b/branches/paradiseo-moeo-1.0/tutorial/Lesson2/Makefile.am index d4984a47a..7500ec3ab 100644 --- a/branches/paradiseo-moeo-1.0/tutorial/Lesson2/Makefile.am +++ b/branches/paradiseo-moeo-1.0/tutorial/Lesson2/Makefile.am @@ -1,9 +1,9 @@ - noinst_PROGRAMS = Sch1 Sch1_SOURCES = Sch1.cpp -LDADD = -L$(top_builddir)/src ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a +LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a -INCLUDES = -I${EO_DIR}/src/ -I${MO_DIR}/src/ -I$(top_srcdir)/src +INCLUDES = -I${EO_DIR}/src/ -I$(top_srcdir)/src/ +AM_CXXFLAGS = -Wall -ansi -pedantic