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

Whitespace

parent 14c79893
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ AM_LDFLAGS = \ ...@@ -67,6 +67,10 @@ AM_LDFLAGS = \
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-fufem=$(DUNE_FUFEM_ROOT) --with-dune-tnnmg=$(DUNE_TNNMG_ROOT) CXX="$(CXX)" CC="$(CC)" 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