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

Cleanup

parent 4a2d1514
Branches evaluation
No related tags found
No related merge requests found
...@@ -86,9 +86,7 @@ AM_CPPFLAGS = \ ...@@ -86,9 +86,7 @@ AM_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
# last). Also, due to some misunderstanding, a lot of libraries include the # last).
# -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS
# here as well.
LDADD = \ LDADD = \
$(DUNE_LDFLAGS) $(DUNE_LIBS) \ $(DUNE_LDFLAGS) $(DUNE_LIBS) \
$(ALUGRID_LIBS) \ $(ALUGRID_LIBS) \
...@@ -98,11 +96,4 @@ AM_LDFLAGS = \ ...@@ -98,11 +96,4 @@ AM_LDFLAGS = \
$(ALUGRID_LDFLAGS) \ $(ALUGRID_LDFLAGS) \
$(PYTHON_LDFLAGS) $(PYTHON_LDFLAGS)
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS = \
--with-dune-common=$(DUNE_COMMON_ROOT) \
--with-dune-fufem=$(DUNE_FUFEM_ROOT) \
--with-dune-tnnmg=$(DUNE_TNNMG_ROOT) \
CXX="$(CXX)" CC="$(CC)"
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
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