update Makefile
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@394 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2e811f1e3d
commit
9f7a06e28a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue