From 52a23db0959ef15916f42d3298db0d420b488048 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 15 Oct 2009 16:26:30 +0000 Subject: [PATCH] Use private headers to help debugging git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6793 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/replay/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gras/replay/Makefile.am b/examples/gras/replay/Makefile.am index 1a8b2d8468..9949d2ef0f 100644 --- a/examples/gras/replay/Makefile.am +++ b/examples/gras/replay/Makefile.am @@ -5,7 +5,7 @@ # 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 -- 2.20.1