From 579b048f0a822fa303d08c06ffca2a4121442bbc Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 25 Jan 2013 14:36:30 +0100 Subject: [PATCH] Cleanup --- src/Makefile.am | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index abbbc975..d99f281c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,9 +86,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) # The libraries have to be given in reverse order (most basic libraries -# last). Also, due to some misunderstanding, a lot of libraries include the -# -L option in LDFLAGS instead of LIBS -- so we have to include the LDFLAGS -# here as well. +# last). LDADD = \ $(DUNE_LDFLAGS) $(DUNE_LIBS) \ $(ALUGRID_LIBS) \ @@ -98,11 +96,4 @@ AM_LDFLAGS = \ $(ALUGRID_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 -- GitLab