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

Fix DISTCHECK_CONFIGURE_FLAGS

[[Imported from SVN: r12952]]
parent dd09f411
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ endif ...@@ -14,8 +14,8 @@ endif
AUTOMAKE_OPTIONS = foreign 1.5 AUTOMAKE_OPTIONS = foreign 1.5
# pass most important options when "make distcheck" is used # 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/top-rules
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.
Please register or to comment