From 7624f64e7045351acd8d2e90108b6c1a8bf60521 Mon Sep 17 00:00:00 2001
From: Francois Henrotte <francois.henrotte@ulg.ac.be>
Date: Wed, 31 Oct 2012 12:38:40 +0000
Subject: [PATCH] added the compilation flag ONELAB_LOADER

---
 contrib/onelab/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/onelab/Makefile b/contrib/onelab/Makefile
index 766a1bf24f..8d780dae8e 100644
--- a/contrib/onelab/Makefile
+++ b/contrib/onelab/Makefile
@@ -38,7 +38,7 @@ ifndef GMSH_DIR
 	@exit
 endif
 
-CPPFLAGS+=-I$(COMMON_DIR) -I$(ONELAB_DIR) -I$(MATHEX_DIR) -g
+CPPFLAGS+=-g -DONELAB_LOADER -I$(COMMON_DIR) -I$(ONELAB_DIR) -I$(MATHEX_DIR)
 VPATH=$(ONELAB_DIR):$(COMMON_DIR):$(MATHEX_DIR)
 
 OBJECTS=$(foreach OBJ, $(SOURCES), $(OBJDIR)/$(OBJ).o)
-- 
GitLab