From ce4a6ef94d9d75e7dc6e80e0bdc77027bd35285b Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 2 Jan 2011 11:15:39 +0000
Subject: [PATCH] order headers, to allow easier insertion of new ones

[[Imported from SVN: r3661]]
---
 dune/solvers/common/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dune/solvers/common/Makefile.am b/dune/solvers/common/Makefile.am
index 8dcc5327..d5bd8777 100644
--- a/dune/solvers/common/Makefile.am
+++ b/dune/solvers/common/Makefile.am
@@ -1,6 +1,9 @@
 SUBDIRS =
 
 commondir = $(includedir)/dune/dune-solvers/common
-common_HEADERS = canignore.hh preconditioner.hh staticmatrixtools.hh permutationmanager.hh
+common_HEADERS = canignore.hh \
+                 permutationmanager.hh \
+                 preconditioner.hh \
+                 staticmatrixtools.hh
 
 include $(top_srcdir)/am/global-rules
-- 
GitLab