From 3010bd60054b2e86b8fb032b5e75c0290e6fe497 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Tue, 13 Apr 2010 15:44:09 +0000
Subject: [PATCH] Small change in include Makefile due to new boost version.

---
 AMDiS/other/include/Makefile_AMDiS.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMDiS/other/include/Makefile_AMDiS.mk b/AMDiS/other/include/Makefile_AMDiS.mk
index 5623d519..72b7e796 100644
--- a/AMDiS/other/include/Makefile_AMDiS.mk
+++ b/AMDiS/other/include/Makefile_AMDiS.mk
@@ -39,7 +39,7 @@ MPCCI_LIB = -L$(MPCCI_DIR)/lib/linux-x86-glibc22 -lmpcci
 PARMETIS_LIB = -L$(PARMETIS_DIR) -lparmetis -lmetis
 
 LIBS = $(AMDIS_LIB) $(PNG_LIB)
-LIBS += -lboost_iostreams -lboost_filesystem
+LIBS += -lboost_iostreams -lboost_filesystem -lboost_system
 
 ifeq ($(strip $(USE_UMFPACK)), 1)
 	LIBS += $(UMFPACK_LIB)
-- 
GitLab