Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use private headers to help debugging
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Oct 2009 16:26:30 +0000 (16:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Oct 2009 16:26:30 +0000 (16:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6793 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/replay/Makefile.am

index 1a8b2d8..9949d2e 100644 (file)
@@ -5,7 +5,7 @@
 # GNU LGPL (v2.1) licence.
 
 
 # GNU LGPL (v2.1) licence.
 
 
-INCLUDES= -I$(top_srcdir)/include
+INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include
 EXTRA_DIST=
 include $(top_srcdir)/examples/gras/tests.mk
 
 EXTRA_DIST=
 include $(top_srcdir)/examples/gras/tests.mk