From caabec7cb0fd233a4db7b7b84dd04535fb24fc94 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 3 Nov 2011 01:45:51 +0100
Subject: [PATCH] ALUGrid is not currently in use

---
 src/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index afb99399..861b8ae9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ AM_CXXFLAGS = \
 
 AM_CPPFLAGS = \
 	$(DUNE_CPPFLAGS) \
-	$(ALUGRID_CPPFLAGS) \
 	-I$(top_srcdir)
 
 # The libraries have to be given in reverse order (most basic libraries
@@ -41,10 +40,8 @@ AM_CPPFLAGS = \
 # -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS
 # here as well.
 LDADD = \
-	$(DUNE_LDFLAGS) $(DUNE_LIBS) \
-	$(ALUGRID_LDFLAGS) $(ALUGRID_LIBS)
+	$(DUNE_LDFLAGS) $(DUNE_LIBS)
 AM_LDFLAGS = \
-	$(ALUGRID_LDFLAGS) \
 	$(DUNE_LDFLAGS)
 
 # don't follow the full GNU-standard
-- 
GitLab