From 81164cc43fbb4e143858fbf3544637bd2a700a75 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 29 Feb 2012 17:27:10 +0100 Subject: [PATCH] Whitespace --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2258bc3e..b431cf26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,6 +67,10 @@ AM_LDFLAGS = \ 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-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 -- GitLab