From: mquinson Date: Sun, 16 Jul 2006 14:27:21 +0000 (+0000) Subject: Use the include flags X-Git-Tag: v3.3~2768 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/49870879c2bfe0749fd245319e235e0a80af8e2f Use the include flags git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2591 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index b7574b94e8..cd81d1fe33 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -324,8 +324,8 @@ static void generate_makefile_local(char *project, char *deployment) "# Compilation will fail if you don't do so\n" "GRAS_ROOT?= $(shell echo \"\\\"<<<< GRAS_ROOT undefined !!! >>>>\\\"\")\n\n" "# You can fiddle the following to make it fit your taste\n" - "CFLAGS = -O3 -w -g\n" "INCLUDES = -I$(GRAS_ROOT)/include\n" + "CFLAGS = -O3 -w -g $(INCLUDES)\n" "LIBS_SIM = -lm -L$(GRAS_ROOT)/lib/ -lsimgrid\n" "LIBS_RL = -lm -L$(GRAS_ROOT)/lib/ -lgras\n" "LIBS = \n"