From 20c417faecba0f8217818acdf5255b0f37f4a05a Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Tue, 5 May 2009 15:16:50 +0000 Subject: [PATCH] Added compositeFEM directory to Makefile --- demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Makefile b/demo/Makefile index 40f340aa..d798e0b1 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) -- GitLab