diff --git a/demo/Makefile b/demo/Makefile index 40f340aa3acea74bada4081ab8dbe88e2858073d..d798e0b14de1686238701257355cc83680870401 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -39,7 +39,7 @@ PARMETIS_DIR = $(AMDIS_DIR)/lib/ParMetis-3.1 # ===== includes pathes ====================================================== # ============================================================================ -AMDIS_INCLUDE = -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/lib/mtl4 +AMDIS_INCLUDE = -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/mtl4 SMI_INCLUDE = -I$(SMI_DIR)/smi MPCCI_INCLUDE = -I$(MPCCI_DIR)/include PARMETIS_INCLUDE = -I$(PARMETIS_DIR)