Skip to content
Snippets Groups Projects
Commit caabec7c authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

ALUGrid is not currently in use

parent d69b24fa
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ AM_CXXFLAGS = \ ...@@ -33,7 +33,6 @@ AM_CXXFLAGS = \
AM_CPPFLAGS = \ AM_CPPFLAGS = \
$(DUNE_CPPFLAGS) \ $(DUNE_CPPFLAGS) \
$(ALUGRID_CPPFLAGS) \
-I$(top_srcdir) -I$(top_srcdir)
# The libraries have to be given in reverse order (most basic libraries # The libraries have to be given in reverse order (most basic libraries
...@@ -41,10 +40,8 @@ AM_CPPFLAGS = \ ...@@ -41,10 +40,8 @@ AM_CPPFLAGS = \
# -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS # -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS
# here as well. # here as well.
LDADD = \ LDADD = \
$(DUNE_LDFLAGS) $(DUNE_LIBS) \ $(DUNE_LDFLAGS) $(DUNE_LIBS)
$(ALUGRID_LDFLAGS) $(ALUGRID_LIBS)
AM_LDFLAGS = \ AM_LDFLAGS = \
$(ALUGRID_LDFLAGS) \
$(DUNE_LDFLAGS) $(DUNE_LDFLAGS)
# don't follow the full GNU-standard # don't follow the full GNU-standard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment