Skip to content
Snippets Groups Projects
Commit 20c417fa authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Added compositeFEM directory to Makefile

parent 03862656
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ PARMETIS_DIR = $(AMDIS_DIR)/lib/ParMetis-3.1 ...@@ -39,7 +39,7 @@ PARMETIS_DIR = $(AMDIS_DIR)/lib/ParMetis-3.1
# ===== includes pathes ====================================================== # ===== 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 SMI_INCLUDE = -I$(SMI_DIR)/smi
MPCCI_INCLUDE = -I$(MPCCI_DIR)/include MPCCI_INCLUDE = -I$(MPCCI_DIR)/include
PARMETIS_INCLUDE = -I$(PARMETIS_DIR) PARMETIS_INCLUDE = -I$(PARMETIS_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment