From 5754772f9eaa5732f18ef240117e77bb976a51e2 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 25 Feb 2014 21:36:24 +0000 Subject: [PATCH] Fix DISTCHECK_CONFIGURE_FLAGS [[Imported from SVN: r12952]] --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fe68dd3..17c3a97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,8 @@ endif AUTOMAKE_OPTIONS = foreign 1.5 # pass most important options when "make distcheck" is used -DISTCHECK_CONFIGURE_FLAGS = --with-dune-common=$(DUNE_COMMON_ROOT) --with-dune-grid=$(DUNE_GRID_ROOT) --with-dune-istl=$(DUNE_ISTL_ROOT) CXX="$(CXX)" CC="$(CC)" +# dune-geometry is a dependency of dune-grid. +DISTCHECK_CONFIGURE_FLAGS = --with-dune-common=$(DUNE_COMMON_ROOT) --with-dune-geometry=$(DUNE_GEOMETRY_ROOT) --with-dune-grid=$(DUNE_GRID_ROOT) --with-dune-istl=$(DUNE_ISTL_ROOT) --with-dune-localfunctions=$(DUNE_LOCALFUNCTIONS_ROOT) CXX="$(CXX)" CC="$(CC)" include $(top_srcdir)/am/top-rules include $(top_srcdir)/am/global-rules - -- GitLab