diff --git a/AMDiS/Reinit/Makefile b/AMDiS/Reinit/Makefile
index 2d71747bede31fbfc313b0603b2fce74fa1b7bc1..9a9fc95922fd2f8ed26321bd1438cfec14e79d6a 100644
--- a/AMDiS/Reinit/Makefile
+++ b/AMDiS/Reinit/Makefile
@@ -4,14 +4,14 @@ DEFS = -DPACKAGE=\"AMDiS\" -DVERSION=\"0.1\" -DHAVE_DLFCN_H=1
 DEBUG = 0
 AMDIS_DIR = ../
 
-INCLUDES = -I./src -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/boost_1_34_1 -I$(AMDIS_DIR)/lib/mtl4
+INCLUDES = -I./src -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/mtl4
 
 ifeq ($(strip $(DEBUG)), 0)
        CPPFLAGS = -O2
 else
        CPPFLAGS = -g -O0
 endif
-CPPFLAGS +=  -ftemplate-depth-30
+CPPFLAGS +=  -ftemplate-depth-40
 
 VPATH = .:$(AMDIS_DIR)/Reinit/src