From 50da42a9c8152a81907ebc3aa4f1e1e1224af890 Mon Sep 17 00:00:00 2001
From: Andreas Dedner <a.s.dedner@warwick.ac.uk>
Date: Sat, 6 Jul 2013 14:06:35 +0100
Subject: [PATCH] move header to noinst - it should only be in the tar ball

---
 dune/common/test/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/common/test/Makefile.am b/dune/common/test/Makefile.am
index f65cbf14d..6776c67bb 100644
--- a/dune/common/test/Makefile.am
+++ b/dune/common/test/Makefile.am
@@ -98,11 +98,11 @@ XFAIL_TESTS = \
 # programs just to build when "make check" is used
 check_PROGRAMS = $(TESTPROGS)
 
-noinst_HEADERS = dummyiterator.hh
+noinst_HEADERS = dummyiterator.hh iteratorfacadetest.hh
 
 # Install some test headers, because they get used by tests in other modules
 testincludedir = $(includedir)/dune/common/test
-testinclude_HEADERS = checkmatrixinterface.hh iteratortest.hh iteratorfacadetest.hh dummyiterator.hh
+testinclude_HEADERS = checkmatrixinterface.hh iteratortest.hh
 
 # define the programs
 pathtest_SOURCES = pathtest.cc
-- 
GitLab